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

  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 27 class AnalysisAction : public ASTFrontendAction {
41 class ParseModelFileAction : public ASTFrontendAction {
  /external/clang/include/clang/Frontend/
FrontendActions.h 42 class ASTPrintAction : public ASTFrontendAction {
48 class ASTDumpAction : public ASTFrontendAction {
54 class ASTDeclListAction : public ASTFrontendAction {
60 class ASTViewAction : public ASTFrontendAction {
66 class DeclContextPrintAction : public ASTFrontendAction {
72 class GeneratePCHAction : public ASTFrontendAction {
94 class GenerateModuleAction : public ASTFrontendAction {
112 : ASTFrontendAction(), ModuleMapForUniquing(ModuleMap), IsSystem(IsSystem)
127 class SyntaxOnlyAction : public ASTFrontendAction {
138 class DumpModuleInfoAction : public ASTFrontendAction {
    [all...]
FrontendAction.h 12 /// abstract classes (clang::ASTFrontendAction, clang::PluginASTAction,
224 class ASTFrontendAction : public FrontendAction {
234 ASTFrontendAction() {}
238 class PluginASTAction : public ASTFrontendAction {
ASTUnit.h 61 class ASTFrontendAction;
743 /// object, by invoking the optionally provided ASTFrontendAction.
751 /// \param Action - The ASTFrontendAction to invoke. Its ownership is not
769 ASTFrontendAction *Action = nullptr, ASTUnit *Unit = nullptr,
    [all...]
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 23 class HTMLPrintAction : public ASTFrontendAction {
29 class FixItAction : public ASTFrontendAction {
60 class RewriteObjCAction : public ASTFrontendAction {
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 26 class TestFrontendAction : public ASTFrontendAction {
35 return ASTFrontendAction::ExecuteAction();
EvaluateAsRValueTest.cpp 58 class EvaluateConstantInitializersAction : public clang::ASTFrontendAction {
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 27 class TestASTFrontendAction : public ASTFrontendAction {
43 return ASTFrontendAction::BeginSourceFileAction(ci, filename);
79 TEST(ASTFrontendAction, Sanity) {
99 TEST(ASTFrontendAction, IncrementalParsing) {
119 TEST(ASTFrontendAction, LateTemplateIncrementalParsing) {
  /external/clang/include/clang/ARCMigrate/
ARCMTActions.h 36 class MigrateSourceAction : public ASTFrontendAction {
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 24 class CodeGenAction : public ASTFrontendAction {
  /external/clang/include/clang/Tooling/
Tooling.h 335 class ConsumerFactoryAdaptor : public clang::ASTFrontendAction {
349 if (!clang::ASTFrontendAction::BeginSourceFileAction(CI, Filename))
358 clang::ASTFrontendAction::EndSourceFileAction();
  /external/clang/unittests/Tooling/
TestVisitor.h 77 virtual ASTFrontendAction* CreateTestAction() {
94 class TestAction : public ASTFrontendAction {
ToolingTest.cpp 31 class TestAction : public clang::ASTFrontendAction {
232 struct SkipBodyAction : public clang::ASTFrontendAction {
CommentHandlerTest.cpp 59 ASTFrontendAction *CreateTestAction() override {
RefactoringTest.cpp 298 class TestAction : public clang::ASTFrontendAction {
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 136 class ExternalSemaSourceInstaller : public clang::ASTFrontendAction {
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 442 class ARCMTMacroTrackerAction : public ASTFrontendAction {
  /external/clang/lib/Frontend/
ASTUnit.cpp 873 class TopLevelDeclTrackerAction : public ASTFrontendAction {
895 class PrecompilePreambleAction : public ASTFrontendAction {
    [all...]
FrontendAction.cpp 518 void ASTFrontendAction::ExecuteAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 732 this->ASTFrontendAction::ExecuteAction();
  /external/clang/tools/libclang/
Indexing.cpp 401 class IndexingFrontendAction : public ASTFrontendAction {
    [all...]

Completed in 831 milliseconds