Home
last modified time | relevance | path

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

/freebsd-14.2/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 DPreprocessor.cpp992 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName() function in Preprocessor
1146 if (LexHeaderName(Result)) in LexAfterModuleImport()
H A DPPMacroExpansion.cpp1201 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
1217 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
H A DPPDirectives.cpp1972 if (LexHeaderName(FilenameTok)) in HandleIncludeDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1724 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);