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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp985 /// \param AllowMacroExpansion If \c true, allow the header name to be formed
990 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { argument
1001 if (FilenameTok.is(tok::less) && AllowMacroExpansion) {
1059 } else if (FilenameTok.is(tok::string_literal) && AllowMacroExpansion) {
1327 bool AllowMacroExpansion) {
1343 if (AllowMacroExpansion)
1325 FinishLexStringLiteral(Token &Result, std::string &String, const char *DiagnosticTag, bool AllowMacroExpansion) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1393 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);
1408 const char *DiagnosticTag, bool AllowMacroExpansion) {
1409 if (AllowMacroExpansion)
1414 AllowMacroExpansion);
1421 bool AllowMacroExpansion);
1407 LexStringLiteral(Token &Result, std::string &String, const char *DiagnosticTag, bool AllowMacroExpansion) argument

Completed in 67 milliseconds