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 DPragma.cpp518 if (LexHeaderName(FilenameTok, /*AllowConcatenation*/false)) in HandlePragmaDependency()
700 if (LexHeaderName(SourceFilenameTok)) in HandlePragmaIncludeAlias()
721 if (LexHeaderName(ReplaceFilenameTok)) in HandlePragmaIncludeAlias()
H A DPPMacroExpansion.cpp1211 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
1227 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
1307 if (this->LexHeaderName(Tok)) in EvaluateHasEmbed()
H A DPreprocessor.cpp1001 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName() function in Preprocessor
1155 if (LexHeaderName(Result)) in LexAfterModuleImport()
H A DPPDirectives.cpp2050 if (LexHeaderName(FilenameTok)) in HandleIncludeDirective()
3937 if (LexHeaderName(FilenameTok)) in HandleEmbedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1745 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);