HomeSort by: relevance | last modified time | path
    Searched refs:getActionType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 53 PluginASTAction::ActionType getActionType() override {
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 81 if ((P->getActionType() != PluginASTAction::ReplaceAction &&
82 P->getActionType() != PluginASTAction::Cmdline) ||
218 if (P->getActionType() == PluginASTAction::ReplaceAction) {
  /src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
CallSuperAttrInfo.cpp 151 PluginASTAction::ActionType getActionType() override {
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 283 virtual ActionType getActionType() { return Cmdline; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 188 PluginASTAction::ActionType ActionType = P->getActionType();

Completed in 68 milliseconds