Home
last modified time | relevance | path

Searched refs:quoteMakeTarget (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DMakeSupport.h19 void quoteMakeTarget(StringRef Target, SmallVectorImpl<char> &Res);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DMakeSupport.cpp11 void clang::quoteMakeTarget(StringRef Target, SmallVectorImpl<char> &Res) { in quoteMakeTarget() function in clang
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp151 quoteMakeTarget(CI.getFrontendOpts().OutputFile, Target); in addOutputPaths()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1023 quoteMakeTarget(A->getValue(), Quoted); in AddPreprocessingOptions()
1048 quoteMakeTarget(DepTarget, Quoted); in AddPreprocessingOptions()