Home
last modified time | relevance | path

Searched refs:LexHeaderName (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp504 if (PP.LexHeaderName(FilenameTok, /*AllowConcatenation*/ false)) in LexHeader()
731 if (LexHeaderName(SourceFilenameTok)) in HandlePragmaIncludeAlias()
752 if (LexHeaderName(ReplaceFilenameTok)) in HandlePragmaIncludeAlias()
H A DPreprocessor.cpp986 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName() function in Preprocessor
1140 if (LexHeaderName(Result)) in LexAfterModuleImport()
H A DPPMacroExpansion.cpp1176 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
1192 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
H A DPPDirectives.cpp1774 if (LexHeaderName(FilenameTok)) in HandleIncludeDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1413 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);