Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp56 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled,
93 void DependencyGraphCallback::EmbedDirective(SourceLocation HashLoc, StringRef, in EmbedDirective() function in DependencyGraphCallback
H A DDependencyFile.cpp65 void EmbedDirective(SourceLocation, StringRef, bool, in EmbedDirective() function
H A DPrintPreprocessedOutput.cpp160 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled,
416 void PrintPPOutputPPCallbacks::EmbedDirective( in EmbedDirective() function in PrintPPOutputPPCallbacks
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h111 virtual void EmbedDirective(SourceLocation HashLoc, StringRef FileName, in EmbedDirective() function
508 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() function
511 First->EmbedDirective(HashLoc, FileName, IsAngled, File, Params); in EmbedDirective()
512 Second->EmbedDirective(HashLoc, FileName, IsAngled, File, Params); in EmbedDirective()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp4011 Callbacks->EmbedDirective(HashLoc, Filename, isAngled, MaybeFileRef, in HandleEmbedDirective()