Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp1009 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName() function in Preprocessor
1163 if (LexHeaderName(Result)) in LexAfterModuleImport()
H A DPragma.cpp507 if (LexHeaderName(FilenameTok, /*AllowConcatenation*/false)) in HandlePragmaDependency()
689 if (LexHeaderName(SourceFilenameTok)) in HandlePragmaIncludeAlias()
710 if (LexHeaderName(ReplaceFilenameTok)) in HandlePragmaIncludeAlias()
H A DPPMacroExpansion.cpp1200 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
1216 if (PP.LexHeaderName(Tok)) in EvaluateHasIncludeCommon()
H A DPPDirectives.cpp1943 if (LexHeaderName(FilenameTok)) in HandleIncludeDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1721 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);