Searched refs:LookupEmbedFile (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1078 Preprocessor::LookupEmbedFile(StringRef Filename, bool isAngled, bool OpenFile, in LookupEmbedFile() function in Preprocessor 3973 this->LookupEmbedFile(Filename, isAngled, true, LookupFromFile); in HandleEmbedDirective()
|
H A D | PPMacroExpansion.cpp | 1349 this->LookupEmbedFile(Filename, isAngled, false, LookupFromFile); in EvaluateHasEmbed()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2452 LookupEmbedFile(StringRef Filename, bool isAngled, bool OpenFile,
|