Home
last modified time | relevance | path

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

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