Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPragma.cpp497 if (LexHeaderName(FilenameTok, /*AllowConcatenation*/false)) in HandlePragmaDependency()
680 if (LexHeaderName(SourceFilenameTok)) in HandlePragmaIncludeAlias()
701 if (LexHeaderName(ReplaceFilenameTok)) in HandlePragmaIncludeAlias()
DPreprocessor.cpp990 bool Preprocessor::LexHeaderName(Token &FilenameTok, bool AllowMacroExpansion) { in LexHeaderName() function in Preprocessor
1144 if (LexHeaderName(Result)) in LexAfterModuleImport()
DPPDirectives.cpp1683 if (LexHeaderName(FilenameTok)) in HandleIncludeDirective()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1407 bool LexHeaderName(Token &Result, bool AllowMacroExpansion = true);