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

/external/clang/include/clang/Frontend/
H A DFrontendActions.h88 static bool ComputeASTConsumerArguments(CompilerInstance &CI,
122 bool ComputeASTConsumerArguments(CompilerInstance &CI,
/external/clang/lib/Frontend/
H A DFrontendActions.cpp81 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
90 bool GeneratePCHAction::ComputeASTConsumerArguments(CompilerInstance &CI, function in class:GeneratePCHAction
119 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
338 bool GenerateModuleAction::ComputeASTConsumerArguments(CompilerInstance &CI, function in class:GenerateModuleAction
H A DASTUnit.cpp987 if (GeneratePCHAction::ComputeASTConsumerArguments(CI, InFile, Sysroot,

Completed in 111 milliseconds