Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nclang
 Ninsights
 Nasthelpers
 CStmtsContainer! A helper type to have a container for ArrayRef
 Ndetails
 CSimpleTypePrinterSimpleTypePrinter a partially substitution of Clang's TypePrinter
 CIsClangNewerThan
 CArrayInitCodeGenerator
 CStructuredBindingsCodeGenerator
 CUsingCodeGeneratorHandle using statements which pull functions ore members from a base class into the class
 CLambdaInitCaptureCodeGeneratorA special code generator for Lambda init captures which use std::move
 CLambdaNameOnlyCodeGenerator
 CBindingDeclFinderFind a DeclRefExpr belonging to a DecompositionDecl
 CTemporaryDeclFinderFind a DeclRefExpr belonging to a DecompositionDecl
 CContinueASTTransformer
 CCppInsightsCommentStmt
 CLifetimeEntry
 CLifetimeTracker
 CCodeGeneratorMore or less the heart of C++ Insights
 CLambdaHelper
 CLambdaScopeHandler
 CLambdaCodeGenerator
 CMultiStmtDeclCodeGenerator
 CCoroutineASTData
 CCoroutinesCodeGeneratorA special generator for coroutines. It is only activated, if -show-coroutines-transformation is given as a command line option
 CCfrontCodeGeneratorA special generator for coroutines. It is only activated, if -show-coroutines-transformation is given as a command line option
 CCfrontVtableData
 CCodeGeneratorVariantA special container which creates either a CodeGenerator or a CfrontCodeGenerator depending on the command line options
 CCoroutineASTTransformerFind a SuspendsExpr's in a coroutine body statement for early transformation
 CCppInsightsPrintingPolicy
 Coverloaded
 CScopeHelperTrack the scope we are currently in to build a properly scoped variable
 CScopeHandlerThe ScopeHandler tracks the current scope
 CStringStreamSpecialization for ::llvm::raw_string_ostream with an internal std::string buffer
 CFinalActionA helper which invokes a lambda when the scope is destroyed
 CisHandy helper to avoid longish comparisons
 CP0315Visitor! Find a LambdaExpr inside a Decltype
 CBackupAndRestore
 CMyOptional
 COnceA helper object which returns a boolean value just once and toggles it after the first query
 COutputFormatHelperThe C++ Insights formatter
 CASTConsumer
 CASTFrontendAction
 CConstStmtVisitor
 CCppInsightASTConsumer
 CCppInsightFrontendAction
 CFindIncludes
 CInsightsOptionsGlobal C++ Insights command line options
 CNumberIterator
 Csentinel
 CPPCallbacks
 CPrintingPolicy
 CRecursiveASTVisitor
 CStackListStackList is a container for a list which elements exist only on the stack
 CStackListIterator
 CStackListEntryBase class for StackList
 CStmt
 CStmtVisitor