Home
last modified time | relevance | path

Searched refs:appendFilePathArgument (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp142 appendFilePathArgument("FileName", FileName); in InclusionDirective()
146 appendFilePathArgument("SearchPath", SearchPath); in InclusionDirective()
147 appendFilePathArgument("RelativePath", RelativePath); in InclusionDirective()
484 appendFilePathArgument(Name, FileEntry->getName()); in appendArgument()
498 appendFilePathArgument(Name, Value.getName()); in appendArgument()
649 void PPCallbacksTracker::appendFilePathArgument(const char *Name, in appendFilePathArgument() function in clang::pp_trace::PPCallbacksTracker
H A DPPCallbacksTracker.h216 void appendFilePathArgument(const char *Name, llvm::StringRef Value);