Home
last modified time | relevance | path

Searched refs:ComputeASTConsumerArguments (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h95 static bool ComputeASTConsumerArguments(CompilerInstance &CI,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp99 if (!ComputeASTConsumerArguments(CI, /*ref*/ Sysroot)) in CreateASTConsumer()
125 bool GeneratePCHAction::ComputeASTConsumerArguments(CompilerInstance &CI, in ComputeASTConsumerArguments() function in GeneratePCHAction
H A DPrecompiledPreamble.cpp276 if (!GeneratePCHAction::ComputeASTConsumerArguments(CI, Sysroot)) in CreateASTConsumer()