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

  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 23 class AnalysisAction : public ASTFrontendAction {
  /external/clang/include/clang/Frontend/
FrontendActions.h 41 class ASTPrintAction : public ASTFrontendAction {
47 class ASTDumpAction : public ASTFrontendAction {
53 class ASTDeclListAction : public ASTFrontendAction {
59 class ASTDumpXMLAction : public ASTFrontendAction {
65 class ASTViewAction : public ASTFrontendAction {
71 class DeclContextPrintAction : public ASTFrontendAction {
77 class GeneratePCHAction : public ASTFrontendAction {
100 class GenerateModuleAction : public ASTFrontendAction {
127 class SyntaxOnlyAction : public ASTFrontendAction {
FrontendAction.h 12 /// abstract classes (clang::ASTFrontendAction, clang::PluginASTAction,
208 class ASTFrontendAction : public FrontendAction {
221 class PluginASTAction : public ASTFrontendAction {
ASTUnit.h 60 class ASTFrontendAction;
691 /// object, by invoking the optionally provided ASTFrontendAction.
699 /// \param Action - The ASTFrontendAction to invoke. Its ownership is not
717 ASTFrontendAction *Action = 0,
    [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/Frontend/
FrontendActionTest.cpp 25 class TestASTFrontendAction : public ASTFrontendAction {
53 TEST(ASTFrontendAction, Sanity) {
  /external/clang/include/clang/ARCMigrate/
ARCMTActions.h 36 class MigrateSourceAction : public ASTFrontendAction {
  /external/clang/include/clang/Tooling/
Tooling.h 241 class ConsumerFactoryAdaptor : public clang::ASTFrontendAction {
256 clang::ASTFrontendAction::EndSourceFileAction();
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 24 class CodeGenAction : public ASTFrontendAction {
  /external/clang/unittests/Tooling/
TestVisitor.h 59 virtual ASTFrontendAction* CreateTestAction() {
76 class TestAction : public ASTFrontendAction {
ToolingTest.cpp 27 class TestAction : public clang::ASTFrontendAction {
174 struct SkipBodyAction : public clang::ASTFrontendAction {
CommentHandlerTest.cpp 59 virtual ASTFrontendAction* CreateTestAction() {
RefactoringTest.cpp 232 class TestAction : public clang::ASTFrontendAction {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 423 this->ASTFrontendAction::ExecuteAction();
  /external/clang/lib/Frontend/
FrontendAction.cpp 452 void ASTFrontendAction::ExecuteAction() {
ASTUnit.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 491 class ARCMTMacroTrackerAction : public ASTFrontendAction {
  /external/clang/tools/libclang/
Indexing.cpp 411 class IndexingFrontendAction : public ASTFrontendAction {
    [all...]

Completed in 211 milliseconds