reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/clang/include/clang/ARCMigrate/ARCMTActions.h
   35 class MigrateSourceAction : public ASTFrontendAction {
tools/clang/include/clang/CodeGen/CodeGenAction.h
   23 class CodeGenAction : public ASTFrontendAction {
tools/clang/include/clang/Frontend/FrontendAction.h
  257 class PluginASTAction : public ASTFrontendAction {
tools/clang/include/clang/Frontend/FrontendActions.h
   53 class ASTPrintAction : public ASTFrontendAction {
   59 class ASTDumpAction : public ASTFrontendAction {
   65 class ASTDeclListAction : public ASTFrontendAction {
   71 class ASTViewAction : public ASTFrontendAction {
   77 class GeneratePCHAction : public ASTFrontendAction {
  107 class GenerateModuleAction : public ASTFrontendAction {
  122 class GenerateInterfaceStubAction : public ASTFrontendAction {
  164 class SyntaxOnlyAction : public ASTFrontendAction {
  176 class DumpModuleInfoAction : public ASTFrontendAction {
  190 class VerifyPCHAction : public ASTFrontendAction {
  201 class TemplightDumpAction : public ASTFrontendAction {
tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h
   23 class HTMLPrintAction : public ASTFrontendAction {
   29 class FixItAction : public ASTFrontendAction {
   59 class RewriteObjCAction : public ASTFrontendAction {
tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
   27 class AnalysisAction : public ASTFrontendAction {
   41 class ParseModelFileAction : public ASTFrontendAction {
tools/clang/include/clang/Tooling/Tooling.h
  425     class ConsumerFactoryAdaptor : public ASTFrontendAction {
tools/clang/lib/ARCMigrate/ARCMT.cpp
  446 class ARCMTMacroTrackerAction : public ASTFrontendAction {
tools/clang/lib/Frontend/ASTUnit.cpp
  996 class TopLevelDeclTrackerAction : public ASTFrontendAction {
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  128 class PrecompilePreambleAction : public ASTFrontendAction {
tools/clang/lib/Index/IndexingAction.cpp
  104 class IndexAction final : public ASTFrontendAction {
tools/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp
  104 class MapExtDefNamesAction : public ASTFrontendAction {
tools/clang/tools/clang-refactor/ClangRefactor.cpp
  441     class ToolASTAction : public ASTFrontendAction {
tools/clang/tools/extra/clang-doc/ClangDoc.cpp
   39   class ClangDocAction : public clang::ASTFrontendAction {
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
   27 class Action : public clang::ASTFrontendAction {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.h
   25 class FindAllSymbolsAction : public clang::ASTFrontendAction {
tools/clang/tools/extra/clang-move/Move.h
  202 class ClangMoveAction : public clang::ASTFrontendAction {
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  550     class Action : public ASTFrontendAction {
tools/clang/tools/extra/clangd/index/IndexAction.cpp
  126 class IndexAction : public ASTFrontendAction {
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  205     class IndexAction : public ASTFrontendAction {
tools/clang/tools/extra/pp-trace/PPTrace.cpp
   79 class PPTraceAction : public ASTFrontendAction {
tools/clang/tools/extra/unittests/clang-tidy/ClangTidyTest.h
   49 class TestClangTidyAction : public ASTFrontendAction {
tools/clang/tools/libclang/Indexing.cpp
  334 class IndexingFrontendAction : public ASTFrontendAction {
tools/clang/unittests/AST/EvaluateAsRValueTest.cpp
   57 class EvaluateConstantInitializersAction : public clang::ASTFrontendAction {
tools/clang/unittests/AST/ExternalASTSourceTest.cpp
   26 class TestFrontendAction : public ASTFrontendAction {
tools/clang/unittests/AST/RecursiveASTVisitorTest.cpp
   25 class ProcessASTAction : public clang::ASTFrontendAction {
tools/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
  116 class CTUAction : public clang::ASTFrontendAction {
tools/clang/unittests/Frontend/FrontendActionTest.cpp
   31 class TestASTFrontendAction : public ASTFrontendAction {
tools/clang/unittests/Index/IndexTests.cpp
  111 class IndexAction : public ASTFrontendAction {
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp
  181 class ExternalSemaSourceInstaller : public clang::ASTFrontendAction {
tools/clang/unittests/StaticAnalyzer/CallDescriptionTest.cpp
   86 class CallDescriptionAction : public ASTFrontendAction {
tools/clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
   24 class TestAction : public ASTFrontendAction {
tools/clang/unittests/StaticAnalyzer/StoreTest.cpp
   90 class VariableBindAction : public ASTFrontendAction {
tools/clang/unittests/StaticAnalyzer/SymbolReaperTest.cpp
   53 class SuperRegionLivenessAction : public ASTFrontendAction {
tools/clang/unittests/Tooling/ExecutionTest.cpp
   59 class ReportResultAction : public ASTFrontendAction {
tools/clang/unittests/Tooling/RefactoringTest.cpp
  673   class TestAction : public clang::ASTFrontendAction {
tools/clang/unittests/Tooling/Syntax/TokensTest.cpp
   93     class RecordTokens : public ASTFrontendAction {
tools/clang/unittests/Tooling/Syntax/TreeTest.cpp
   56     class BuildSyntaxTreeAction : public ASTFrontendAction {
tools/clang/unittests/Tooling/TestVisitor.h
  105   class TestAction : public ASTFrontendAction {
tools/clang/unittests/Tooling/ToolingTest.cpp
   32 class TestAction : public clang::ASTFrontendAction {
  248 struct SkipBodyAction : public clang::ASTFrontendAction {
  333 struct CheckColoredDiagnosticsAction : public clang::ASTFrontendAction {
  643   struct ResetDiagnosticAction : public clang::ASTFrontendAction {
tools/lldb/tools/lldb-instr/Instrument.cpp
  321 class SBAction : public ASTFrontendAction {

References

tools/clang/include/clang/ARCMigrate/ARCMTActions.h
   35 class MigrateSourceAction : public ASTFrontendAction {
tools/clang/include/clang/CodeGen/CodeGenAction.h
   23 class CodeGenAction : public ASTFrontendAction {
tools/clang/include/clang/Frontend/FrontendAction.h
  257 class PluginASTAction : public ASTFrontendAction {
tools/clang/include/clang/Frontend/FrontendActions.h
   53 class ASTPrintAction : public ASTFrontendAction {
   59 class ASTDumpAction : public ASTFrontendAction {
   65 class ASTDeclListAction : public ASTFrontendAction {
   71 class ASTViewAction : public ASTFrontendAction {
   77 class GeneratePCHAction : public ASTFrontendAction {
  107 class GenerateModuleAction : public ASTFrontendAction {
  122 class GenerateInterfaceStubAction : public ASTFrontendAction {
  164 class SyntaxOnlyAction : public ASTFrontendAction {
  176 class DumpModuleInfoAction : public ASTFrontendAction {
  190 class VerifyPCHAction : public ASTFrontendAction {
  201 class TemplightDumpAction : public ASTFrontendAction {
tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h
   23 class HTMLPrintAction : public ASTFrontendAction {
   29 class FixItAction : public ASTFrontendAction {
   59 class RewriteObjCAction : public ASTFrontendAction {
tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
   27 class AnalysisAction : public ASTFrontendAction {
   41 class ParseModelFileAction : public ASTFrontendAction {
tools/clang/include/clang/Tooling/Tooling.h
  425     class ConsumerFactoryAdaptor : public ASTFrontendAction {
tools/clang/lib/ARCMigrate/ARCMT.cpp
  446 class ARCMTMacroTrackerAction : public ASTFrontendAction {
tools/clang/lib/Frontend/ASTUnit.cpp
  996 class TopLevelDeclTrackerAction : public ASTFrontendAction {
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  128 class PrecompilePreambleAction : public ASTFrontendAction {
tools/clang/lib/Index/IndexingAction.cpp
  104 class IndexAction final : public ASTFrontendAction {
tools/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp
  104 class MapExtDefNamesAction : public ASTFrontendAction {
tools/clang/tools/clang-refactor/ClangRefactor.cpp
  441     class ToolASTAction : public ASTFrontendAction {
tools/clang/tools/extra/clang-doc/ClangDoc.cpp
   39   class ClangDocAction : public clang::ASTFrontendAction {
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
   27 class Action : public clang::ASTFrontendAction {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.h
   25 class FindAllSymbolsAction : public clang::ASTFrontendAction {
tools/clang/tools/extra/clang-move/Move.h
  202 class ClangMoveAction : public clang::ASTFrontendAction {
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  550     class Action : public ASTFrontendAction {
tools/clang/tools/extra/clangd/index/IndexAction.cpp
  126 class IndexAction : public ASTFrontendAction {
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  205     class IndexAction : public ASTFrontendAction {
tools/clang/tools/extra/pp-trace/PPTrace.cpp
   79 class PPTraceAction : public ASTFrontendAction {
tools/clang/tools/extra/unittests/clang-tidy/ClangTidyTest.h
   49 class TestClangTidyAction : public ASTFrontendAction {
tools/clang/tools/libclang/Indexing.cpp
  334 class IndexingFrontendAction : public ASTFrontendAction {
tools/clang/unittests/AST/EvaluateAsRValueTest.cpp
   57 class EvaluateConstantInitializersAction : public clang::ASTFrontendAction {
tools/clang/unittests/AST/ExternalASTSourceTest.cpp
   26 class TestFrontendAction : public ASTFrontendAction {
tools/clang/unittests/AST/RecursiveASTVisitorTest.cpp
   25 class ProcessASTAction : public clang::ASTFrontendAction {
tools/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
  116 class CTUAction : public clang::ASTFrontendAction {
tools/clang/unittests/Frontend/FrontendActionTest.cpp
   31 class TestASTFrontendAction : public ASTFrontendAction {
tools/clang/unittests/Index/IndexTests.cpp
  111 class IndexAction : public ASTFrontendAction {
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp
  181 class ExternalSemaSourceInstaller : public clang::ASTFrontendAction {
tools/clang/unittests/StaticAnalyzer/CallDescriptionTest.cpp
   86 class CallDescriptionAction : public ASTFrontendAction {
tools/clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
   24 class TestAction : public ASTFrontendAction {
tools/clang/unittests/StaticAnalyzer/StoreTest.cpp
   90 class VariableBindAction : public ASTFrontendAction {
tools/clang/unittests/StaticAnalyzer/SymbolReaperTest.cpp
   53 class SuperRegionLivenessAction : public ASTFrontendAction {
tools/clang/unittests/Tooling/CommentHandlerTest.cpp
   58   std::unique_ptr<ASTFrontendAction> CreateTestAction() override {
tools/clang/unittests/Tooling/ExecutionTest.cpp
   59 class ReportResultAction : public ASTFrontendAction {
tools/clang/unittests/Tooling/RefactoringTest.cpp
  673   class TestAction : public clang::ASTFrontendAction {
tools/clang/unittests/Tooling/Syntax/TokensTest.cpp
   93     class RecordTokens : public ASTFrontendAction {
tools/clang/unittests/Tooling/Syntax/TreeTest.cpp
   56     class BuildSyntaxTreeAction : public ASTFrontendAction {
tools/clang/unittests/Tooling/TestVisitor.h
   88   virtual std::unique_ptr<ASTFrontendAction> CreateTestAction() {
  105   class TestAction : public ASTFrontendAction {
tools/clang/unittests/Tooling/ToolingTest.cpp
   32 class TestAction : public clang::ASTFrontendAction {
  248 struct SkipBodyAction : public clang::ASTFrontendAction {
  333 struct CheckColoredDiagnosticsAction : public clang::ASTFrontendAction {
  643   struct ResetDiagnosticAction : public clang::ASTFrontendAction {
tools/lldb/tools/lldb-instr/Instrument.cpp
  321 class SBAction : public ASTFrontendAction {
usr/include/c++/7.4.0/bits/unique_ptr.h
   68         default_delete(const default_delete<_Up>&) noexcept { }
   72       operator()(_Tp* __ptr) const
   74 	static_assert(!is_void<_Tp>::value,
   76 	static_assert(sizeof(_Tp)>0,
  122 	  using type = _Up*;
  137       using pointer = typename _Ptr<_Tp, _Dp>::type;
  161 	typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
  163       __uniq_ptr_impl<_Tp, _Dp> _M_t;
  166       using pointer	  = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
  167       using element_type  = _Tp;
  252 	unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1645     { typedef _Tp&   type; };
 1650     : public __add_lvalue_reference_helper<_Tp>