HomeSort by relevance Sort by last modified time
    Searched refs:ComputeASTConsumerArguments (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
FrontendActions.h 93 static bool ComputeASTConsumerArguments(CompilerInstance &CI,
120 static bool ComputeASTConsumerArguments(CompilerInstance &CI,
  /external/clang/lib/Frontend/
FrontendActions.cpp 90 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
98 bool GeneratePCHAction::ComputeASTConsumerArguments(CompilerInstance &CI,
127 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
285 bool GenerateModuleAction::ComputeASTConsumerArguments(CompilerInstance &CI,
ASTUnit.cpp     [all...]

Completed in 161 milliseconds