Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1001 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName() argument
1012 if (FilenameTok.is(tok::less) && AllowMacroExpansion) { in LexHeaderName()
1070 } else if (FilenameTok.is(tok::string_literal) && AllowMacroExpansion) { in LexHeaderName()
1352 bool AllowMacroExpansion) { in FinishLexStringLiteral() argument
1368 if (AllowMacroExpansion) in FinishLexStringLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1745 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);
1764 const char *DiagnosticTag, bool AllowMacroExpansion) { in LexStringLiteral() argument
1765 if (AllowMacroExpansion) in LexStringLiteral()
1770 AllowMacroExpansion); in LexStringLiteral()
1777 bool AllowMacroExpansion);