Home
last modified time | relevance | path

Searched refs:AllowMacroExpansion (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp1009 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName() argument
1020 if (FilenameTok.is(tok::less) && AllowMacroExpansion) { in LexHeaderName()
1078 } else if (FilenameTok.is(tok::string_literal) && AllowMacroExpansion) { in LexHeaderName()
1360 bool AllowMacroExpansion) { in FinishLexStringLiteral() argument
1376 if (AllowMacroExpansion) in FinishLexStringLiteral()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1721 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);
1736 const char *DiagnosticTag, bool AllowMacroExpansion) { in LexStringLiteral() argument
1737 if (AllowMacroExpansion) in LexStringLiteral()
1742 AllowMacroExpansion); in LexStringLiteral()
1749 bool AllowMacroExpansion);