Searched refs:EmbedDirective (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 56 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, 93 void DependencyGraphCallback::EmbedDirective(SourceLocation HashLoc, StringRef, in EmbedDirective() function in DependencyGraphCallback
|
| H A D | DependencyFile.cpp | 65 void EmbedDirective(SourceLocation, StringRef, bool, in EmbedDirective() function
|
| H A D | PrintPreprocessedOutput.cpp | 159 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, 415 void PrintPPOutputPPCallbacks::EmbedDirective( in EmbedDirective() function in PrintPPOutputPPCallbacks
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 112 virtual void EmbedDirective(SourceLocation HashLoc, StringRef FileName, in EmbedDirective() function 509 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() function 512 First->EmbedDirective(HashLoc, FileName, IsAngled, File, Params); in EmbedDirective() 513 Second->EmbedDirective(HashLoc, FileName, IsAngled, File, Params); in EmbedDirective()
|
| H A D | NoTrivialPPDirectiveTracer.h | 105 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() function
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 4036 Callbacks->EmbedDirective(HashLoc, Filename, isAngled, MaybeFileRef, in HandleEmbedDirective()
|