Searched defs:EmbedDirective (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 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 | 416 void PrintPPOutputPPCallbacks::EmbedDirective( in EmbedDirective() function in PrintPPOutputPPCallbacks
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 111 virtual void EmbedDirective(SourceLocation HashLoc, StringRef FileName, in EmbedDirective() function 508 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() function
|