Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1156 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
1172 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
1252 if (this->LexHeaderName(Tok)) in EvaluateHasEmbed()
H A DPragma.cpp514 if (LexHeaderName(FilenameTok, /*AllowConcatenation*/false)) in HandlePragmaDependency()
696 if (LexHeaderName(SourceFilenameTok)) in HandlePragmaIncludeAlias()
717 if (LexHeaderName(ReplaceFilenameTok)) in HandlePragmaIncludeAlias()
H A DPreprocessor.cpp1032 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName() function in Preprocessor
1186 if (LexHeaderName(Result)) in LexAfterModuleImport()
H A DPPDirectives.cpp2075 if (LexHeaderName(FilenameTok)) in HandleIncludeDirective()
3956 if (LexHeaderName(FilenameTok)) in HandleEmbedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1774 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);