|
clang 24.0.0git
|
#include "clang/AST/TextNodeDumper.h"
Additional Inherited Members | |
| Public Attributes inherited from clang::StmtVisitorBase< llvm::make_const_ptr, TextNodeDumper, void, ParamTys... > | |
| ParamTys | P |
Definition at line 128 of file TextNodeDumper.h.
| TextNodeDumper::TextNodeDumper | ( | raw_ostream & | OS, |
| const ASTContext & | Context, | ||
| bool | ShowColors ) |
Definition at line 63 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::TextTreeStructure().
Referenced by Visit().
| TextNodeDumper::TextNodeDumper | ( | raw_ostream & | OS, |
| bool | ShowColors ) |
Definition at line 70 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::TextTreeStructure().
| void TextNodeDumper::dumpAccessSpecifier | ( | AccessSpecifier | AS | ) |
Definition at line 1015 of file TextNodeDumper.cpp.
References clang::getAccessSpelling().
Referenced by VisitAccessSpecDecl(), and VisitCXXRecordDecl().
| void TextNodeDumper::dumpBareDeclRef | ( | const Decl * | D | ) |
Definition at line 950 of file TextNodeDumper.cpp.
References clang::cast(), clang::ASTDumpColor::DeclKindName, clang::ASTDumpColor::DeclName, dumpPointer(), dumpSourceRange(), dumpType(), clang::Decl::getDeclKindName(), and clang::ASTDumpColor::Null.
Referenced by dumpDeclRef(), dumpNestedNameSpecifier(), Visit(), Visit(), Visit(), VisitConceptSpecializationExpr(), VisitConstructorUsingShadowDecl(), VisitCXXDeleteExpr(), VisitCXXNewExpr(), VisitDeclRefExpr(), VisitInitListExpr(), VisitLifetimeExtendedTemporaryDecl(), VisitMaterializeTemporaryExpr(), VisitReturnStmt(), VisitTemplateTypeParmDecl(), VisitUsingDirectiveDecl(), VisitUsingEnumDecl(), and VisitUsingShadowDecl().
| void TextNodeDumper::dumpBareTemplateName | ( | TemplateName | TN | ) |
Definition at line 1316 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::TemplateName::AssumedTemplate, clang::TemplateName::DeducedTemplate, clang::TemplateName::DependentTemplate, dumpBareTemplateName(), dumpDeclRef(), dumpNestedNameSpecifier(), dumpTemplateName(), clang::TemplateName::getAsDeducedTemplateName(), clang::TemplateName::getAsDependentTemplateName(), clang::TemplateName::getAsQualifiedTemplateName(), clang::SubstTemplateTemplateParmStorage::getAssociatedDecl(), clang::TemplateName::getAsSubstTemplateTemplateParm(), clang::TemplateName::getAsTemplateDecl(), clang::TemplateName::getAsUsingShadowDecl(), clang::DeducedTemplateStorage::getDefaultArguments(), clang::SubstTemplateTemplateParmStorage::getFinal(), clang::SubstTemplateTemplateParmStorage::getIndex(), clang::TemplateName::getKind(), clang::SubstTemplateTemplateParmStorage::getPackIndex(), clang::SubstTemplateTemplateParmStorage::getParameter(), clang::DependentTemplateStorage::getQualifier(), clang::QualifiedTemplateName::getQualifier(), clang::SubstTemplateTemplateParmStorage::getReplacement(), clang::UsingShadowDecl::getTargetDecl(), clang::DeducedTemplateStorage::getUnderlying(), clang::QualifiedTemplateName::getUnderlyingTemplate(), clang::QualifiedTemplateName::hasTemplateKeyword(), clang::TemplateName::OverloadedTemplate, clang::StmtVisitorBase< llvm::make_const_ptr, TextNodeDumper, void, ParamTys... >::P, clang::PackIndex, clang::TemplateName::QualifiedTemplate, clang::TemplateName::SubstTemplateTemplateParm, clang::TemplateName::SubstTemplateTemplateParmPack, clang::TemplateName::Template, clang::TemplateName::UsingTemplate, and Visit().
Referenced by dumpBareTemplateName(), dumpTemplateName(), VisitTemplateExpansionTemplateArgument(), and VisitTemplateTemplateArgument().
Definition at line 926 of file TextNodeDumper.cpp.
References clang::QualType::getAsString(), and clang::ASTDumpColor::Type.
Referenced by dumpType(), Visit(), Visit(), Visit(), VisitCompoundAssignOperator(), and VisitObjCMessageExpr().
| void TextNodeDumper::dumpCleanupObject | ( | const ExprWithCleanups::CleanupObject & | C | ) |
Definition at line 1022 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::C, dumpDeclRef(), dumpPointer(), and clang::ASTDumpColor::Stmt.
Referenced by VisitExprWithCleanups().
| void clang::TextNodeDumper::dumpConceptReference | ( | const ConceptReference * | R | ) |
| void TextNodeDumper::dumpDeclRef | ( | const Decl * | D, |
| StringRef | Label = {} ) |
Definition at line 1090 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), and dumpBareDeclRef().
Referenced by dumpBareTemplateName(), dumpCleanupObject(), Visit(), VisitAutoType(), VisitDeclarationTemplateArgument(), VisitExplicitInstantiationDecl(), VisitFunctionProtoType(), VisitImportDecl(), VisitIndirectFieldDecl(), VisitInjectedClassNameType(), VisitNamespaceAliasDecl(), VisitNamespaceDecl(), VisitObjCCategoryDecl(), VisitObjCCategoryImplDecl(), VisitObjCCompatibleAliasDecl(), VisitObjCImplementationDecl(), VisitObjCInterfaceDecl(), VisitObjCInterfaceType(), VisitObjCPropertyDecl(), VisitObjCPropertyImplDecl(), VisitObjCProtocolDecl(), VisitSubstTemplateTypeParmPackType(), VisitSubstTemplateTypeParmType(), VisitTagType(), VisitTemplateTypeParmType(), VisitTypedefType(), VisitUnresolvedUsingType(), and VisitUsingType().
| void TextNodeDumper::dumpFormalLinkage | ( | const NamedDecl * | ND | ) |
Definition at line 1434 of file TextNodeDumper.cpp.
References clang::External, clang::NamedDecl::getFormalLinkage(), clang::Internal, clang::Invalid, clang::Module, clang::None, clang::UniqueExternal, and clang::VisibleNone.
Referenced by VisitClassTemplateDecl(), VisitConceptDecl(), VisitEnumDecl(), VisitFunctionDecl(), VisitFunctionTemplateDecl(), VisitNamespaceDecl(), VisitRecordDecl(), VisitTypeAliasDecl(), VisitTypeAliasTemplateDecl(), VisitTypedefDecl(), VisitVarDecl(), and VisitVarTemplateDecl().
| void TextNodeDumper::dumpLocation | ( | SourceLocation | Loc | ) |
Definition at line 881 of file TextNodeDumper.cpp.
References clang::PresumedLoc::getColumn(), clang::PresumedLoc::getFilename(), clang::PresumedLoc::getLine(), clang::PresumedLoc::isInvalid(), and clang::ASTDumpColor::Location.
Referenced by dumpSourceRange(), Visit(), and VisitDependentSizedExtVectorType().
| void TextNodeDumper::dumpName | ( | const NamedDecl * | ND | ) |
Definition at line 1008 of file TextNodeDumper.cpp.
References clang::ASTDumpColor::DeclName, and clang::NamedDecl::getDeclName().
Referenced by VisitBindingDecl(), VisitBuiltinTemplateDecl(), VisitClassTemplateDecl(), VisitConceptDecl(), VisitEnumConstantDecl(), VisitEnumDecl(), VisitFieldDecl(), VisitFunctionDecl(), VisitFunctionTemplateDecl(), VisitHLSLBufferDecl(), VisitHLSLRootSignatureDecl(), VisitIndirectFieldDecl(), VisitLabelDecl(), VisitNamespaceAliasDecl(), VisitNamespaceDecl(), VisitNonTypeTemplateParmDecl(), VisitObjCCategoryDecl(), VisitObjCCategoryImplDecl(), VisitObjCCompatibleAliasDecl(), VisitObjCImplementationDecl(), VisitObjCInterfaceDecl(), VisitObjCIvarDecl(), VisitObjCMethodDecl(), VisitObjCPropertyDecl(), VisitObjCPropertyImplDecl(), VisitObjCProtocolDecl(), VisitObjCTypeParamDecl(), VisitOMPCapturedExprDecl(), VisitOMPDeclareReductionDecl(), VisitRecordDecl(), VisitSizeOfPackExpr(), VisitTemplateTemplateParmDecl(), VisitTemplateTypeParmDecl(), VisitTypeAliasDecl(), VisitTypeAliasTemplateDecl(), VisitTypedefDecl(), VisitVarDecl(), and VisitVarTemplateDecl().
| void clang::TextNodeDumper::dumpNestedNameSpecifier | ( | NestedNameSpecifier | NNS | ) |
Definition at line 1059 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), dumpBareDeclRef(), dumpNestedNameSpecifier(), dumpType(), clang::NestedNameSpecifier::getAsNamespaceAndPrefix(), clang::NestedNameSpecifier::getAsType(), clang::NestedNameSpecifier::getKind(), clang::NestedNameSpecifier::Global, clang::NestedNameSpecifier::MicrosoftSuper, clang::NestedNameSpecifier::Namespace, clang::NestedNameSpecifier::Null, and clang::NestedNameSpecifier::Type.
Referenced by dumpBareTemplateName(), dumpNestedNameSpecifier(), VisitCXXRecordDecl(), VisitDeclRefExpr(), VisitDependentScopeDeclRefExpr(), VisitExplicitInstantiationDecl(), VisitMemberExpr(), VisitTagType(), VisitTypedefType(), VisitUnresolvedUsingType(), VisitUsingDecl(), VisitUsingType(), and VisitVarDecl().
| void TextNodeDumper::dumpPointer | ( | const void * | Ptr | ) |
Definition at line 876 of file TextNodeDumper.cpp.
References clang::ASTDumpColor::Address.
Referenced by dumpBareDeclRef(), dumpCleanupObject(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), VisitAddrLabelExpr(), VisitCXXBindTemporaryExpr(), VisitCXXRecordDecl(), VisitEnumDecl(), VisitFunctionDecl(), VisitGotoStmt(), VisitLoopControlStmt(), VisitMemberExpr(), VisitObjCIvarRefExpr(), VisitOMPDeclareReductionDecl(), VisitOMPRequiresDecl(), VisitSizeOfPackExpr(), VisitUnresolvedLookupExpr(), and VisitVarDecl().
| void TextNodeDumper::dumpSourceRange | ( | SourceRange | R | ) |
Definition at line 910 of file TextNodeDumper.cpp.
References dumpLocation().
Referenced by dumpBareDeclRef(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), Visit(), VisitOMPRequiresDecl(), and VisitOpenACCRoutineDecl().
| void TextNodeDumper::dumpTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1101 of file TextNodeDumper.cpp.
References clang::TemplateArgument::print(), and clang::TemplateArgument::structurallyEquals().
Referenced by VisitDeclarationTemplateArgument(), VisitExpressionTemplateArgument(), VisitIntegralTemplateArgument(), VisitNullPtrTemplateArgument(), VisitPackTemplateArgument(), VisitStructuralValueTemplateArgument(), VisitTemplateExpansionTemplateArgument(), VisitTemplateTemplateArgument(), and VisitTypeTemplateArgument().
| void TextNodeDumper::dumpTemplateName | ( | TemplateName | TN, |
| StringRef | Label = {} ) |
Definition at line 1289 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), dumpBareTemplateName(), and clang::TemplateName::print().
Referenced by dumpBareTemplateName(), VisitDeducedTemplateSpecializationType(), and VisitTemplateSpecializationType().
| void clang::TextNodeDumper::dumpTemplateSpecializationKind | ( | TemplateSpecializationKind | TSK | ) |
Definition at line 1039 of file TextNodeDumper.cpp.
References clang::TSK_ExplicitInstantiationDeclaration, clang::TSK_ExplicitInstantiationDefinition, clang::TSK_ExplicitSpecialization, clang::TSK_ImplicitInstantiation, and clang::TSK_Undeclared.
Referenced by VisitCXXRecordDecl(), VisitExplicitInstantiationDecl(), VisitFunctionDecl(), and VisitVarDecl().
| void TextNodeDumper::dumpType | ( | QualType | T | ) |
Definition at line 945 of file TextNodeDumper.cpp.
References dumpBareType().
Referenced by dumpBareDeclRef(), dumpNestedNameSpecifier(), Visit(), Visit(), Visit(), Visit(), VisitBindingDecl(), VisitCXXConstructExpr(), VisitCXXRecordDecl(), VisitCXXUnresolvedConstructExpr(), VisitEnumConstantDecl(), VisitEnumDecl(), VisitFieldDecl(), VisitFriendDecl(), VisitFunctionDecl(), VisitFunctionProtoType(), VisitIndirectFieldDecl(), VisitNonTypeTemplateParmDecl(), VisitObjCEncodeExpr(), VisitObjCIvarDecl(), VisitObjCMethodDecl(), VisitObjCPropertyDecl(), VisitObjCTypeParamDecl(), VisitOMPCapturedExprDecl(), VisitOMPDeclareReductionDecl(), VisitSYCLUniqueStableNameExpr(), VisitTypeAliasDecl(), VisitTypedefDecl(), VisitTypedefType(), VisitUnaryExprOrTypeTraitExpr(), VisitUnresolvedUsingValueDecl(), VisitUsingType(), and VisitVarDecl().
Definition at line 677 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::APValue::AddrLabelDiff, clang::APValue::Array, clang::cast(), clang::APValue::ComplexFloat, clang::APValue::ComplexInt, clang::ASTDumpColor::DeclName, dumpPointer(), dumpType(), clang::APValue::LValueBase::dyn_cast(), clang::APValue::FixedPoint, clang::APValue::Float, clang::APValue::LValueBase::get(), GetApproxValue(), clang::Decl::getDeclKindName(), clang::APValue::LValueBase::getDynamicAllocType(), clang::Value::getKind(), clang::APValue::Indeterminate, clang::APValue::Int, clang::APValue::LValueBase::is(), clang::APValue::LValueBase::isNull(), isSimpleAPValue(), clang::APValue::LValue, clang::APValue::Matrix, clang::APValue::MemberPointer, clang::APValue::None, clang::APValue::Struct, clang::ASTDumpColor::Type, clang::APValue::Union, clang::ASTDumpColor::Value, clang::ASTDumpColor::ValueKind, clang::APValue::Vector, clang::VectorLength, and Visit().
| void TextNodeDumper::Visit | ( | const Attr * | A | ) |
Definition at line 92 of file TextNodeDumper.cpp.
References clang::ASTDumpColor::Attr, dumpPointer(), dumpSourceRange(), clang::Attr::getKind(), clang::AttributeCommonInfo::getRange(), clang::Attr::isImplicit(), clang::Attr::isInherited(), and clang::attrvisitor::Base< llvm::make_const_ptr, ImplClass, void, ParamTys... >::Visit().
| void TextNodeDumper::Visit | ( | const BlockDecl::Capture & | C | ) |
Definition at line 355 of file TextNodeDumper.cpp.
References clang::C, and dumpBareDeclRef().
| void TextNodeDumper::Visit | ( | const comments::Comment * | C, |
| const comments::FullComment * | FC ) |
Definition at line 73 of file TextNodeDumper.cpp.
References clang::C, clang::ASTDumpColor::Comment, dumpPointer(), dumpSourceRange(), clang::ASTDumpColor::Null, TextNodeDumper(), and clang::comments::CommentVisitorBase< llvm::make_const_ptr, TextNodeDumper, void, ParamTys... >::visit().
Referenced by dumpBareTemplateName(), Visit(), Visit(), VisitConstantExpr(), VisitFunctionDecl(), VisitFunctionProtoType(), VisitOMPIteratorExpr(), VisitOpenACCDeclareDecl(), VisitOpenACCRoutineDecl(), VisitOpenACCRoutineDeclAttr(), and VisitVarDecl().
| void TextNodeDumper::Visit | ( | const ConceptReference * | R | ) |
Definition at line 544 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), dumpPointer(), dumpSourceRange(), and clang::ASTDumpColor::Null.
| void TextNodeDumper::Visit | ( | const concepts::Requirement * | R | ) |
| void TextNodeDumper::Visit | ( | const CXXCtorInitializer * | Init | ) |
Definition at line 341 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), dumpType(), and clang::Init.
| void TextNodeDumper::Visit | ( | const Decl * | D | ) |
Definition at line 266 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::cast(), clang::ASTDumpColor::DeclKindName, dumpLocation(), dumpPointer(), dumpPreviousDecl(), dumpSourceRange(), clang::Decl::FOK_Declared, clang::Decl::FOK_None, clang::Decl::FOK_Undeclared, clang::Decl::getASTContext(), clang::Decl::getDeclContext(), clang::Decl::getDeclKindName(), clang::Decl::getFriendObjectKind(), clang::Decl::getLexicalDeclContext(), clang::Decl::getLocation(), clang::ASTContext::getModulesWithMergedDefinition(), clang::Decl::getOwningModule(), clang::Decl::getSourceRange(), clang::isa(), clang::Decl::isFromASTFile(), clang::Decl::isImplicit(), clang::Decl::isInvalidDecl(), clang::Decl::isThisDeclarationReferenced(), clang::Decl::isUsed(), clang::ASTDumpColor::Null, clang::ASTDumpColor::Undeserialized, and clang::declvisitor::Base< llvm::make_const_ptr, ImplClass, void >::Visit().
| void TextNodeDumper::Visit | ( | const GenericSelectionExpr::ConstAssociation & | A | ) |
Definition at line 531 of file TextNodeDumper.cpp.
References dumpType(), and clang::TypeSourceInfo::getType().
| void TextNodeDumper::Visit | ( | const OMPClause * | C | ) |
Definition at line 367 of file TextNodeDumper.cpp.
References clang::ASTDumpColor::Attr, clang::C, dumpPointer(), dumpSourceRange(), and clang::ASTDumpColor::Null.
| void TextNodeDumper::Visit | ( | const OpenACCClause * | C | ) |
Definition at line 390 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), Arch, clang::Async, clang::Attach, clang::ASTDumpColor::Attr, clang::Auto, clang::Bind, clang::C, clang::cast(), clang::Collapse, clang::Copy, clang::CopyIn, clang::CopyOut, clang::Create, clang::Default, clang::DefaultAsync, clang::Delete, clang::Detach, clang::Device, clang::DeviceNum, clang::DevicePtr, clang::DeviceResident, clang::DeviceType, clang::DType, dumpPointer(), dumpSourceRange(), clang::Finalize, clang::FirstPrivate, clang::Gang, clang::Host, clang::If, clang::IfPresent, clang::Independent, clang::Invalid, clang::Link, clang::NoCreate, clang::NoHost, clang::ASTDumpColor::Null, clang::NumGangs, clang::NumWorkers, clang::PCopy, clang::PCopyIn, clang::PCopyOut, clang::PCreate, clang::Present, clang::PresentOrCopy, clang::PresentOrCopyIn, clang::PresentOrCopyOut, clang::PresentOrCreate, clang::Private, clang::Reduction, clang::Self, clang::Seq, clang::Shortloop, clang::Tile, clang::UseDevice, clang::Vector, clang::VectorLength, Visit(), clang::Wait, and clang::Worker.
| void TextNodeDumper::Visit | ( | const Stmt * | Node | ) |
Definition at line 127 of file TextNodeDumper.cpp.
References dumpPointer(), dumpSourceRange(), dumpType(), clang::ASTDumpColor::Errors, clang::Stmt::getSourceRange(), clang::Stmt::getStmtClassName(), clang::ASTDumpColor::Null, clang::ASTDumpColor::ObjectKind, clang::OK_BitField, clang::OK_MatrixComponent, clang::OK_ObjCProperty, clang::OK_ObjCSubscript, clang::OK_Ordinary, clang::OK_VectorComponent, clang::ASTDumpColor::Stmt, clang::ASTDumpColor::ValueKind, clang::StmtVisitorBase< llvm::make_const_ptr, ImplClass, void, ParamTys... >::Visit(), clang::VK_LValue, clang::VK_PRValue, and clang::VK_XValue.
| void TextNodeDumper::Visit | ( | const TemplateArgument & | TA, |
| SourceRange | R, | ||
| const Decl * | From = nullptr, | ||
| StringRef | Label = {} ) |
Definition at line 115 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpSourceRange(), and clang::templateargumentvisitor::Base< llvm::make_const_ref, ImplClass, void, ParamTys... >::Visit().
| void TextNodeDumper::Visit | ( | const Type * | T | ) |
Definition at line 189 of file TextNodeDumper.cpp.
References dumpBareType(), dumpPointer(), clang::ASTDumpColor::Errors, clang::Type::getLocallyUnqualifiedSingleStepDesugaredType(), clang::isa(), clang::ASTDumpColor::Null, clang::ASTDumpColor::Type, and clang::TypeVisitor< ImplClass, RetTy >::Visit().
| void TextNodeDumper::Visit | ( | QualType | T | ) |
Definition at line 237 of file TextNodeDumper.cpp.
References dumpBareType(), and dumpPointer().
| void TextNodeDumper::Visit | ( | TypeLoc | TL | ) |
Definition at line 245 of file TextNodeDumper.cpp.
References dumpBareType(), dumpSourceRange(), clang::TypeLoc::getSourceRange(), clang::TypeLoc::getType(), clang::Type::getTypeClassName(), clang::TypeLoc::getTypeLocClass(), clang::ASTDumpColor::Null, clang::TypeLoc::Qualified, clang::ASTDumpColor::Type, and clang::TypeLocVisitor< ImplClass, RetTy >::Visit().
| void TextNodeDumper::VisitAccessSpecDecl | ( | const AccessSpecDecl * | D | ) |
Definition at line 3019 of file TextNodeDumper.cpp.
References dumpAccessSpecifier(), and clang::Decl::getAccess().
| void TextNodeDumper::VisitAddrLabelExpr | ( | const AddrLabelExpr * | Node | ) |
Definition at line 1765 of file TextNodeDumper.cpp.
References dumpPointer(), clang::AddrLabelExpr::getLabel(), and clang::NamedDecl::getName().
| void TextNodeDumper::VisitArrayType | ( | const ArrayType * | T | ) |
Definition at line 2039 of file TextNodeDumper.cpp.
References clang::Normal, clang::Star, and clang::Static.
Referenced by VisitConstantArrayType(), VisitDependentSizedArrayType(), and VisitVariableArrayType().
| void TextNodeDumper::VisitArrayTypeTraitExpr | ( | const ArrayTypeTraitExpr * | Node | ) |
Definition at line 1861 of file TextNodeDumper.cpp.
References clang::ArrayTypeTraitExpr::getTrait(), and clang::getTraitSpelling().
| void TextNodeDumper::VisitAtomicExpr | ( | const AtomicExpr * | AE | ) |
Definition at line 3350 of file TextNodeDumper.cpp.
References clang::AtomicExpr::getOpAsString().
| void TextNodeDumper::VisitAutoType | ( | const AutoType * | T | ) |
Definition at line 2298 of file TextNodeDumper.cpp.
References dumpDeclRef(), and VisitDeducedType().
| void TextNodeDumper::VisitBinaryOperator | ( | const BinaryOperator * | Node | ) |
Definition at line 1748 of file TextNodeDumper.cpp.
References clang::BinaryOperator::getOpcode(), clang::BinaryOperator::getOpcodeStr(), clang::BinaryOperator::getStoredFPFeatures(), and clang::BinaryOperator::hasStoredFPFeatures().
| void TextNodeDumper::VisitBindingDecl | ( | const BindingDecl * | D | ) |
Definition at line 2596 of file TextNodeDumper.cpp.
References dumpName(), dumpType(), and clang::ValueDecl::getType().
| void TextNodeDumper::visitBlockCommandComment | ( | const comments::BlockCommandComment * | C, |
| const comments::FullComment * | ) |
Definition at line 1190 of file TextNodeDumper.cpp.
References clang::C.
| void TextNodeDumper::VisitBlockDecl | ( | const BlockDecl * | D | ) |
Definition at line 3196 of file TextNodeDumper.cpp.
References clang::BlockDecl::capturesCXXThis(), and clang::BlockDecl::isVariadic().
| void TextNodeDumper::VisitBuiltinTemplateDecl | ( | const BuiltinTemplateDecl * | D | ) |
Definition at line 2911 of file TextNodeDumper.cpp.
References dumpName().
| void TextNodeDumper::VisitCallExpr | ( | const CallExpr * | Node | ) |
Definition at line 1572 of file TextNodeDumper.cpp.
References clang::CallExpr::getFPFeatures(), clang::CallExpr::hasStoredFPFeatures(), and clang::CallExpr::usesADL().
Referenced by VisitCXXOperatorCallExpr().
| void TextNodeDumper::VisitCapturedDecl | ( | const CapturedDecl * | D | ) |
Definition at line 2601 of file TextNodeDumper.cpp.
References clang::CapturedDecl::isNothrow().
| void TextNodeDumper::VisitCaseStmt | ( | const CaseStmt * | Node | ) |
Definition at line 1517 of file TextNodeDumper.cpp.
References clang::CaseStmt::caseStmtIsGNURange().
| void TextNodeDumper::VisitCastExpr | ( | const CastExpr * | Node | ) |
Definition at line 1587 of file TextNodeDumper.cpp.
References clang::ASTDumpColor::Cast, dumpBasePath(), clang::CastExpr::getCastKindName(), clang::CastExpr::getFPFeatures(), and clang::CastExpr::hasStoredFPFeatures().
Referenced by VisitImplicitCastExpr().
| void TextNodeDumper::VisitCharacterLiteral | ( | const CharacterLiteral * | Node | ) |
Definition at line 1670 of file TextNodeDumper.cpp.
References clang::CharacterLiteral::getValue(), and clang::ASTDumpColor::Value.
| void TextNodeDumper::VisitClassTemplateDecl | ( | const ClassTemplateDecl * | D | ) |
Definition at line 2901 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), and dumpName().
| void clang::TextNodeDumper::VisitCoawaitExpr | ( | const CoawaitExpr * | Node | ) |
Definition at line 1530 of file TextNodeDumper.cpp.
References clang::CoawaitExpr::isImplicit().
| void TextNodeDumper::VisitCompoundAssignOperator | ( | const CompoundAssignOperator * | Node | ) |
Definition at line 1754 of file TextNodeDumper.cpp.
References dumpBareType(), clang::CompoundAssignOperator::getComputationLHSType(), clang::CompoundAssignOperator::getComputationResultType(), clang::BinaryOperator::getOpcode(), clang::BinaryOperator::getOpcodeStr(), clang::BinaryOperator::getStoredFPFeatures(), and clang::BinaryOperator::hasStoredFPFeatures().
| void TextNodeDumper::VisitCompoundStmt | ( | const CompoundStmt * | Node | ) |
Definition at line 3209 of file TextNodeDumper.cpp.
References clang::CompoundStmt::getStoredFPFeatures(), and clang::CompoundStmt::hasStoredFPFeatures().
| void TextNodeDumper::VisitConceptDecl | ( | const ConceptDecl * | D | ) |
Definition at line 3204 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), and dumpName().
| void TextNodeDumper::VisitConceptSpecializationExpr | ( | const ConceptSpecializationExpr * | Node | ) |
Definition at line 2022 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), and clang::ConceptSpecializationExpr::getFoundDecl().
| void TextNodeDumper::VisitConstantArrayType | ( | const ConstantArrayType * | T | ) |
Definition at line 2053 of file TextNodeDumper.cpp.
References VisitArrayType().
| void TextNodeDumper::VisitConstantExpr | ( | const ConstantExpr * | Node | ) |
Definition at line 1566 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::ConstantExpr::getAPValueResult(), clang::Expr::getType(), clang::ConstantExpr::hasAPValueResult(), and Visit().
| void TextNodeDumper::VisitConstructorUsingShadowDecl | ( | const ConstructorUsingShadowDecl * | D | ) |
Definition at line 2983 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::ConstructorUsingShadowDecl::constructsVirtualBase(), dumpBareDeclRef(), clang::ConstructorUsingShadowDecl::getConstructedBaseClass(), clang::ConstructorUsingShadowDecl::getConstructedBaseClassShadowDecl(), clang::ConstructorUsingShadowDecl::getNominatedBaseClass(), clang::ConstructorUsingShadowDecl::getNominatedBaseClassShadowDecl(), and clang::UsingShadowDecl::getTargetDecl().
| void TextNodeDumper::VisitConvertVectorExpr | ( | const ConvertVectorExpr * | S | ) |
Definition at line 3354 of file TextNodeDumper.cpp.
References clang::ConvertVectorExpr::getStoredFPFeatures(), and clang::ConvertVectorExpr::hasStoredFPFeatures().
| void clang::TextNodeDumper::VisitCoreturnStmt | ( | const CoreturnStmt * | Node | ) |
Definition at line 1535 of file TextNodeDumper.cpp.
References clang::CoreturnStmt::isImplicit().
| void TextNodeDumper::VisitCXXBindTemporaryExpr | ( | const CXXBindTemporaryExpr * | Node | ) |
Definition at line 1826 of file TextNodeDumper.cpp.
References dumpPointer().
| void TextNodeDumper::VisitCXXBoolLiteralExpr | ( | const CXXBoolLiteralExpr * | Node | ) |
Definition at line 1778 of file TextNodeDumper.cpp.
References clang::CXXBoolLiteralExpr::getValue().
| void TextNodeDumper::VisitCXXConstructExpr | ( | const CXXConstructExpr * | Node | ) |
Definition at line 1811 of file TextNodeDumper.cpp.
References dumpType(), clang::CXXConstructExpr::getConstructor(), clang::ValueDecl::getType(), clang::CXXConstructExpr::isElidable(), clang::CXXConstructExpr::isImmediateEscalating(), clang::CXXConstructExpr::isListInitialization(), clang::CXXConstructExpr::isStdInitListInitialization(), and clang::CXXConstructExpr::requiresZeroInitialization().
| void TextNodeDumper::VisitCXXDeductionGuideDecl | ( | const CXXDeductionGuideDecl * | D | ) |
Definition at line 2492 of file TextNodeDumper.cpp.
References clang::Aggregate, clang::Copy, clang::CXXDeductionGuideDecl::getDeductionCandidateKind(), clang::Normal, and VisitFunctionDecl().
| void TextNodeDumper::VisitCXXDefaultArgExpr | ( | const CXXDefaultArgExpr * | Node | ) |
Definition at line 1869 of file TextNodeDumper.cpp.
References clang::CXXDefaultArgExpr::hasRewrittenInit().
| void TextNodeDumper::VisitCXXDefaultInitExpr | ( | const CXXDefaultInitExpr * | Node | ) |
Definition at line 1874 of file TextNodeDumper.cpp.
References clang::CXXDefaultInitExpr::hasRewrittenInit().
| void TextNodeDumper::VisitCXXDeleteExpr | ( | const CXXDeleteExpr * | Node | ) |
Definition at line 1846 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), clang::CXXDeleteExpr::getOperatorDelete(), clang::CXXDeleteExpr::isArrayForm(), and clang::CXXDeleteExpr::isGlobalDelete().
| void TextNodeDumper::VisitCXXDependentScopeMemberExpr | ( | const CXXDependentScopeMemberExpr * | Node | ) |
Definition at line 1897 of file TextNodeDumper.cpp.
References clang::CXXDependentScopeMemberExpr::getMember(), and clang::CXXDependentScopeMemberExpr::isArrow().
| void TextNodeDumper::VisitCXXExpansionStmtInstantiation | ( | const CXXExpansionStmtInstantiation * | Node | ) |
Definition at line 1560 of file TextNodeDumper.cpp.
References clang::CXXExpansionStmtInstantiation::shouldApplyLifetimeExtensionToPreamble().
| void TextNodeDumper::VisitCXXExpansionStmtPattern | ( | const CXXExpansionStmtPattern * | Node | ) |
| void TextNodeDumper::VisitCXXFunctionalCastExpr | ( | const CXXFunctionalCastExpr * | Node | ) |
Definition at line 1790 of file TextNodeDumper.cpp.
References clang::QualType::getAsString(), clang::CastExpr::getCastKindName(), clang::CastExpr::getFPFeatures(), clang::ExplicitCastExpr::getTypeAsWritten(), and clang::CastExpr::hasStoredFPFeatures().
| void TextNodeDumper::VisitCXXNamedCastExpr | ( | const CXXNamedCastExpr * | Node | ) |
Definition at line 1770 of file TextNodeDumper.cpp.
References dumpBasePath(), clang::QualType::getAsString(), clang::CastExpr::getCastKindName(), clang::CXXNamedCastExpr::getCastName(), and clang::ExplicitCastExpr::getTypeAsWritten().
Referenced by VisitCXXStaticCastExpr().
| void TextNodeDumper::VisitCXXNewExpr | ( | const CXXNewExpr * | Node | ) |
Definition at line 1833 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), clang::CXXNewExpr::getOperatorNew(), clang::CXXNewExpr::isArray(), and clang::CXXNewExpr::isGlobalNew().
| void TextNodeDumper::VisitCXXOperatorCallExpr | ( | const CXXOperatorCallExpr * | Node | ) |
Definition at line 1579 of file TextNodeDumper.cpp.
References clang::CXXOperatorCallExpr::getOperator(), clang::getOperatorSpelling(), and VisitCallExpr().
| void TextNodeDumper::VisitCXXRecordDecl | ( | const CXXRecordDecl * | D | ) |
Definition at line 2740 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::CXXRecordDecl::bases(), canPassInRegisters(), clang::ASTDumpColor::DeclKindName, dumpAccessSpecifier(), dumpNestedNameSpecifier(), dumpPointer(), dumpTemplateSpecializationKind(), dumpType(), FLAG, clang::TagDecl::getQualifier(), clang::CXXRecordDecl::getTemplateInstantiationPattern(), clang::TagDecl::isCompleteDefinition(), isTrivial(), clang::CXXRecordDecl::needsOverloadResolutionForCopyConstructor(), clang::CXXRecordDecl::needsOverloadResolutionForDestructor(), clang::CXXRecordDecl::needsOverloadResolutionForMoveConstructor(), and VisitRecordDecl().
| void TextNodeDumper::VisitCXXStaticCastExpr | ( | const CXXStaticCastExpr * | Node | ) |
Definition at line 1798 of file TextNodeDumper.cpp.
References clang::CastExpr::getFPFeatures(), clang::CastExpr::hasStoredFPFeatures(), and VisitCXXNamedCastExpr().
| void TextNodeDumper::VisitCXXThisExpr | ( | const CXXThisExpr * | Node | ) |
Definition at line 1782 of file TextNodeDumper.cpp.
References clang::CXXThisExpr::isCapturedByCopyInLambdaWithExplicitObjectParameter(), and clang::CXXThisExpr::isImplicit().
| void TextNodeDumper::VisitCXXUnresolvedConstructExpr | ( | const CXXUnresolvedConstructExpr * | Node | ) |
Definition at line 1804 of file TextNodeDumper.cpp.
References dumpType(), clang::CXXUnresolvedConstructExpr::getTypeAsWritten(), and clang::CXXUnresolvedConstructExpr::isListInitialization().
| void TextNodeDumper::VisitDeclarationTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1266 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpTemplateArgument(), and clang::TemplateArgument::getAsDecl().
| void TextNodeDumper::VisitDeclRefExpr | ( | const DeclRefExpr * | Node | ) |
Definition at line 1605 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), dumpNestedNameSpecifier(), clang::DeclRefExpr::getDecl(), clang::DeclRefExpr::getFoundDecl(), clang::DeclRefExpr::getQualifier(), clang::DeclRefExpr::isCapturedByCopyInLambdaWithExplicitObjectParameter(), clang::DeclRefExpr::isImmediateEscalating(), clang::DeclRefExpr::isNonOdrUse(), clang::NOUR_Constant, clang::NOUR_Discarded, clang::NOUR_None, clang::NOUR_Unevaluated, and clang::DeclRefExpr::refersToEnclosingVariableOrCapture().
| void TextNodeDumper::VisitDeducedTemplateSpecializationType | ( | const DeducedTemplateSpecializationType * | T | ) |
Definition at line 2306 of file TextNodeDumper.cpp.
References dumpTemplateName(), and VisitDeducedType().
| void TextNodeDumper::VisitDeducedType | ( | const DeducedType * | T | ) |
Definition at line 2282 of file TextNodeDumper.cpp.
References clang::Deduced, clang::DeducedAsDependent, clang::DeducedAsPack, and clang::Undeduced.
Referenced by VisitAutoType(), and VisitDeducedTemplateSpecializationType().
| void clang::TextNodeDumper::VisitDependentScopeDeclRefExpr | ( | const DependentScopeDeclRefExpr * | Node | ) |
Definition at line 1629 of file TextNodeDumper.cpp.
References dumpNestedNameSpecifier(), and clang::DependentScopeDeclRefExpr::getQualifier().
| void TextNodeDumper::VisitDependentSizedArrayType | ( | const DependentSizedArrayType * | T | ) |
Definition at line 2062 of file TextNodeDumper.cpp.
References VisitArrayType().
| void TextNodeDumper::VisitDependentSizedExtVectorType | ( | const DependentSizedExtVectorType * | T | ) |
Definition at line 2067 of file TextNodeDumper.cpp.
References dumpLocation().
| void TextNodeDumper::VisitEmbedExpr | ( | const EmbedExpr * | S | ) |
Definition at line 3345 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::EmbedExpr::getDataElementCount(), and clang::EmbedExpr::getStartingElementPos().
| void TextNodeDumper::VisitEnumConstantDecl | ( | const EnumConstantDecl * | D | ) |
Definition at line 2391 of file TextNodeDumper.cpp.
References dumpName(), dumpType(), and clang::ValueDecl::getType().
| void TextNodeDumper::VisitEnumDecl | ( | const EnumDecl * | D | ) |
Definition at line 2357 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), dumpName(), dumpPointer(), dumpType(), clang::EnumDecl::getIntegerType(), clang::EnumDecl::getTemplateInstantiationPattern(), clang::EnumDecl::isFixed(), clang::NamedDecl::isModulePrivate(), clang::EnumDecl::isScoped(), and clang::EnumDecl::isScopedUsingClassTag().
| void TextNodeDumper::VisitExplicitInstantiationDecl | ( | const ExplicitInstantiationDecl * | D | ) |
Definition at line 3024 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpNestedNameSpecifier(), dumpTemplateSpecializationKind(), clang::NestedNameSpecifierLoc::getNestedNameSpecifier(), clang::ExplicitInstantiationDecl::getQualifierLoc(), clang::ExplicitInstantiationDecl::getSpecialization(), clang::ExplicitInstantiationDecl::getTemplateSpecializationKind(), and clang::ExplicitInstantiationDecl::isExternTemplate().
| void TextNodeDumper::VisitExpressionTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1396 of file TextNodeDumper.cpp.
References dumpTemplateArgument(), and clang::TemplateArgument::isCanonicalExpr().
| void TextNodeDumper::VisitExpressionTraitExpr | ( | const ExpressionTraitExpr * | Node | ) |
Definition at line 1865 of file TextNodeDumper.cpp.
References clang::ExpressionTraitExpr::getTrait(), and clang::getTraitSpelling().
| void TextNodeDumper::VisitExprWithCleanups | ( | const ExprWithCleanups * | Node | ) |
Definition at line 1887 of file TextNodeDumper.cpp.
References dumpCleanupObject(), clang::ExprWithCleanups::getNumObjects(), and clang::ExprWithCleanups::getObject().
| void TextNodeDumper::VisitExtVectorElementExpr | ( | const ExtVectorElementExpr * | Node | ) |
Definition at line 1739 of file TextNodeDumper.cpp.
References clang::ElementAccessExprBase< Derived >::getAccessor(), and clang::IdentifierInfo::getNameStart().
| void TextNodeDumper::VisitFieldDecl | ( | const FieldDecl * | D | ) |
Definition at line 2516 of file TextNodeDumper.cpp.
References dumpName(), dumpType(), clang::ValueDecl::getType(), clang::NamedDecl::isModulePrivate(), and clang::FieldDecl::isMutable().
| void TextNodeDumper::VisitFixedPointLiteral | ( | const FixedPointLiteral * | Node | ) |
Definition at line 1681 of file TextNodeDumper.cpp.
References clang::FixedPointLiteral::getValueAsString(), and clang::ASTDumpColor::Value.
| void TextNodeDumper::VisitFloatingLiteral | ( | const FloatingLiteral * | Node | ) |
Definition at line 1686 of file TextNodeDumper.cpp.
References clang::FloatingLiteral::getValueAsApproximateDouble(), and clang::ASTDumpColor::Value.
| void TextNodeDumper::VisitFriendDecl | ( | const FriendDecl * | D | ) |
Definition at line 3037 of file TextNodeDumper.cpp.
References dumpType(), clang::FriendDecl::getFriendType(), and clang::FriendDecl::isPackExpansion().
| void TextNodeDumper::VisitFunctionDecl | ( | const FunctionDecl * | D | ) |
Definition at line 2404 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), dumpFormalLinkage(), dumpName(), dumpPointer(), dumpTemplateSpecializationKind(), dumpType(), clang::EST_Unevaluated, clang::EST_Uninstantiated, clang::FunctionProtoType::ExtProtoInfo::ExceptionSpec, clang::Type::getAs(), clang::QualType::getAsString(), clang::NamedDecl::getDeclName(), clang::FunctionDecl::getDeletedMessage(), clang::Decl::getDescribedTemplate(), clang::FunctionDecl::getNumParams(), clang::DeclContext::getParent(), clang::FunctionDecl::getStorageClass(), clang::VarDecl::getStorageClassSpecifierString(), clang::FunctionDecl::getTemplateInstantiationPattern(), clang::FunctionDecl::getTemplateSpecializationKind(), clang::ValueDecl::getType(), clang::isa(), clang::FunctionDecl::isDefaulted(), clang::FunctionDecl::isDeleted(), clang::FunctionDecl::isDeletedAsWritten(), clang::FunctionDecl::isIneligibleOrNotSelected(), clang::FunctionDecl::isInlined(), clang::FunctionDecl::isInlineSpecified(), clang::NamedDecl::isModulePrivate(), clang::FunctionDecl::isPureVirtual(), clang::FunctionDecl::isTrivial(), clang::FunctionDecl::isVirtualAsWritten(), clang::Override, clang::FunctionDecl::param_begin(), clang::FunctionDecl::param_empty(), clang::SC_None, clang::FunctionProtoType::ExceptionSpecInfo::SourceDecl, clang::FunctionProtoType::ExceptionSpecInfo::SourceTemplate, clang::QualType::split(), clang::FunctionProtoType::ExceptionSpecInfo::Type, and Visit().
Referenced by VisitCXXDeductionGuideDecl().
| void TextNodeDumper::VisitFunctionProtoType | ( | const FunctionProtoType * | T | ) |
Definition at line 2122 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), dumpDeclRef(), dumpType(), clang::EST_BasicNoexcept, clang::EST_DependentNoexcept, clang::EST_Dynamic, clang::EST_DynamicNone, clang::EST_MSAny, clang::EST_NoexceptFalse, clang::EST_NoexceptTrue, clang::EST_None, clang::EST_NoThrow, clang::EST_Unevaluated, clang::EST_Uninstantiated, clang::EST_Unparsed, clang::RQ_LValue, clang::RQ_None, clang::RQ_RValue, Visit(), and VisitFunctionType().
| void TextNodeDumper::VisitFunctionTemplateDecl | ( | const FunctionTemplateDecl * | D | ) |
Definition at line 2896 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), and dumpName().
| void TextNodeDumper::VisitFunctionType | ( | const FunctionType * | T | ) |
Definition at line 2111 of file TextNodeDumper.cpp.
References clang::FunctionType::getNameForCallConv().
Referenced by VisitFunctionProtoType().
| void TextNodeDumper::VisitGenericSelectionExpr | ( | const GenericSelectionExpr * | E | ) |
Definition at line 1705 of file TextNodeDumper.cpp.
References clang::GenericSelectionExpr::isResultDependent().
| void TextNodeDumper::VisitGotoStmt | ( | const GotoStmt * | Node | ) |
Definition at line 1512 of file TextNodeDumper.cpp.
References dumpPointer(), clang::GotoStmt::getLabel(), and clang::NamedDecl::getName().
| void TextNodeDumper::VisitHLSLBufferDecl | ( | const HLSLBufferDecl * | D | ) |
Definition at line 3215 of file TextNodeDumper.cpp.
References dumpName(), and clang::HLSLBufferDecl::isCBuffer().
| void TextNodeDumper::VisitHLSLOutArgExpr | ( | const HLSLOutArgExpr * | E | ) |
Definition at line 3242 of file TextNodeDumper.cpp.
References clang::HLSLOutArgExpr::isInOut().
| void TextNodeDumper::VisitHLSLRootSignatureDecl | ( | const HLSLRootSignatureDecl * | D | ) |
Definition at line 3223 of file TextNodeDumper.cpp.
References dumpName(), clang::HLSLRootSignatureDecl::getRootElements(), and clang::HLSLRootSignatureDecl::getVersion().
| void TextNodeDumper::visitHTMLEndTagComment | ( | const comments::HTMLEndTagComment * | C, |
| const comments::FullComment * | ) |
Definition at line 1185 of file TextNodeDumper.cpp.
References clang::C.
| void TextNodeDumper::visitHTMLStartTagComment | ( | const comments::HTMLStartTagComment * | C, |
| const comments::FullComment * | ) |
Definition at line 1171 of file TextNodeDumper.cpp.
References clang::C.
| void TextNodeDumper::VisitIfStmt | ( | const IfStmt * | Node | ) |
Definition at line 1477 of file TextNodeDumper.cpp.
References clang::IfStmt::hasElseStorage(), clang::IfStmt::hasInitStorage(), clang::IfStmt::hasVarStorage(), clang::IfStmt::isConsteval(), clang::IfStmt::isConstexpr(), and clang::IfStmt::isNegatedConsteval().
| void TextNodeDumper::VisitImplicitCastExpr | ( | const ImplicitCastExpr * | Node | ) |
Definition at line 1599 of file TextNodeDumper.cpp.
References clang::ImplicitCastExpr::isPartOfExplicitCast(), and VisitCastExpr().
| void TextNodeDumper::VisitImportDecl | ( | const ImportDecl * | D | ) |
Definition at line 2606 of file TextNodeDumper.cpp.
References dumpDeclRef(), clang::Decl::getASTContext(), clang::Module::getFullModuleName(), clang::ImportDecl::getImportedModule(), and clang::ASTContext::getModuleInitializers().
| void TextNodeDumper::VisitIndirectFieldDecl | ( | const IndirectFieldDecl * | D | ) |
Definition at line 2396 of file TextNodeDumper.cpp.
References clang::IndirectFieldDecl::chain(), dumpDeclRef(), dumpName(), dumpType(), and clang::ValueDecl::getType().
| void TextNodeDumper::VisitInitListExpr | ( | const InitListExpr * | ILE | ) |
Definition at line 1697 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), clang::InitListExpr::getInitializedFieldInUnion(), and clang::InitListExpr::isExplicit().
| void TextNodeDumper::VisitInjectedClassNameType | ( | const InjectedClassNameType * | T | ) |
Definition at line 2322 of file TextNodeDumper.cpp.
References dumpDeclRef().
| void TextNodeDumper::visitInlineCommandComment | ( | const comments::InlineCommandComment * | C, |
| const comments::FullComment * | ) |
Definition at line 1146 of file TextNodeDumper.cpp.
References clang::comments::Anchor, clang::comments::Bold, clang::C, clang::comments::Emphasized, clang::comments::Monospaced, and clang::comments::Normal.
| void TextNodeDumper::VisitIntegerLiteral | ( | const IntegerLiteral * | Node | ) |
Definition at line 1675 of file TextNodeDumper.cpp.
References clang::Expr::getType(), clang::APIntStorage::getValue(), clang::Type::isSignedIntegerType(), toString(), and clang::ASTDumpColor::Value.
| void TextNodeDumper::VisitIntegralTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1278 of file TextNodeDumper.cpp.
References dumpTemplateArgument().
| void TextNodeDumper::VisitLabelDecl | ( | const LabelDecl * | D | ) |
Definition at line 2343 of file TextNodeDumper.cpp.
References dumpName().
| void TextNodeDumper::VisitLabelStmt | ( | const LabelStmt * | Node | ) |
Definition at line 1506 of file TextNodeDumper.cpp.
References clang::LabelStmt::getName(), and clang::LabelStmt::isSideEntry().
| void TextNodeDumper::VisitLifetimeExtendedTemporaryDecl | ( | const LifetimeExtendedTemporaryDecl * | D | ) |
Definition at line 2505 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), clang::LifetimeExtendedTemporaryDecl::getExtendingDecl(), clang::LifetimeExtendedTemporaryDecl::getManglingNumber(), and clang::ASTDumpColor::Value.
| void TextNodeDumper::VisitLinkageSpecDecl | ( | const LinkageSpecDecl * | D | ) |
Definition at line 3008 of file TextNodeDumper.cpp.
References clang::C, clang::CXX, and clang::LinkageSpecDecl::getLanguage().
| void TextNodeDumper::VisitLoopControlStmt | ( | const LoopControlStmt * | L | ) |
Definition at line 1457 of file TextNodeDumper.cpp.
References dumpPointer(), clang::NamedDecl::getIdentifier(), clang::LoopControlStmt::getLabelDecl(), clang::IdentifierInfo::getName(), clang::LoopControlStmt::getNamedLoopOrSwitch(), clang::LoopControlStmt::hasLabelTarget(), clang::ASTDumpColor::Null, clang::ASTDumpColor::Stmt, and clang::Target.
| void TextNodeDumper::VisitMaterializeTemporaryExpr | ( | const MaterializeTemporaryExpr * | Node | ) |
Definition at line 1879 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), and clang::MaterializeTemporaryExpr::getExtendingDecl().
| void TextNodeDumper::VisitMatrixElementExpr | ( | const MatrixElementExpr * | Node | ) |
Definition at line 1744 of file TextNodeDumper.cpp.
References clang::ElementAccessExprBase< Derived >::getAccessor(), and clang::IdentifierInfo::getNameStart().
| void TextNodeDumper::VisitMemberExpr | ( | const MemberExpr * | Node | ) |
Definition at line 1727 of file TextNodeDumper.cpp.
References dumpNestedNameSpecifier(), dumpPointer(), clang::MemberExpr::getMemberDecl(), clang::MemberExpr::getQualifier(), clang::MemberExpr::isArrow(), clang::MemberExpr::isNonOdrUse(), clang::NOUR_Constant, clang::NOUR_Discarded, clang::NOUR_None, and clang::NOUR_Unevaluated.
| void TextNodeDumper::VisitNamespaceAliasDecl | ( | const NamespaceAliasDecl * | D | ) |
Definition at line 2719 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpName(), and clang::NamespaceAliasDecl::getAliasedNamespace().
| void TextNodeDumper::VisitNamespaceDecl | ( | const NamespaceDecl * | D | ) |
Definition at line 2702 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpFormalLinkage(), dumpName(), clang::Redeclarable< decl_type >::getFirstDecl(), clang::NamespaceDecl::isFirstDecl(), clang::NamespaceDecl::isInline(), and clang::NamespaceDecl::isNested().
| void TextNodeDumper::VisitNonTypeTemplateParmDecl | ( | const NonTypeTemplateParmDecl * | D | ) |
Definition at line 2934 of file TextNodeDumper.cpp.
References dumpName(), dumpType(), clang::NonTypeTemplateParmDecl::getDepth(), clang::NonTypeTemplateParmDecl::getIndex(), clang::ValueDecl::getType(), and clang::NonTypeTemplateParmDecl::isParameterPack().
| void TextNodeDumper::VisitNullPtrTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1273 of file TextNodeDumper.cpp.
References dumpTemplateArgument().
| void TextNodeDumper::VisitNullTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1257 of file TextNodeDumper.cpp.
| void TextNodeDumper::VisitObjCAtCatchStmt | ( | const ObjCAtCatchStmt * | Node | ) |
Definition at line 1931 of file TextNodeDumper.cpp.
References clang::ObjCAtCatchStmt::getCatchParamDecl().
| void TextNodeDumper::VisitObjCBoolLiteralExpr | ( | const ObjCBoolLiteralExpr * | Node | ) |
Definition at line 2001 of file TextNodeDumper.cpp.
References clang::ObjCBoolLiteralExpr::getValue().
| void TextNodeDumper::VisitObjCBoxedExpr | ( | const ObjCBoxedExpr * | Node | ) |
Definition at line 1924 of file TextNodeDumper.cpp.
References clang::ObjCBoxedExpr::getBoxingMethod().
| void TextNodeDumper::VisitObjCCategoryDecl | ( | const ObjCCategoryDecl * | D | ) |
Definition at line 3101 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpName(), clang::ObjCCategoryDecl::getClassInterface(), clang::ObjCCategoryDecl::getImplementation(), clang::StmtVisitorBase< llvm::make_const_ptr, TextNodeDumper, void, ParamTys... >::P, and clang::ObjCCategoryDecl::protocols().
| void TextNodeDumper::VisitObjCCategoryImplDecl | ( | const ObjCCategoryImplDecl * | D | ) |
Definition at line 3109 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpName(), clang::ObjCCategoryImplDecl::getCategoryDecl(), and clang::ObjCImplDecl::getClassInterface().
| void TextNodeDumper::VisitObjCCompatibleAliasDecl | ( | const ObjCCompatibleAliasDecl * | D | ) |
Definition at line 3138 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpName(), and clang::ObjCCompatibleAliasDecl::getClassInterface().
| void TextNodeDumper::VisitObjCEncodeExpr | ( | const ObjCEncodeExpr * | Node | ) |
Definition at line 1936 of file TextNodeDumper.cpp.
References dumpType(), and clang::ObjCEncodeExpr::getEncodedType().
| void TextNodeDumper::VisitObjCImplementationDecl | ( | const ObjCImplementationDecl * | D | ) |
Definition at line 3131 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpName(), clang::ObjCImplDecl::getClassInterface(), and clang::ObjCImplementationDecl::getSuperClass().
| void TextNodeDumper::VisitObjCInterfaceDecl | ( | const ObjCInterfaceDecl * | D | ) |
Definition at line 3122 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpName(), clang::ObjCInterfaceDecl::getImplementation(), clang::ObjCInterfaceDecl::getSuperClass(), and clang::ObjCInterfaceDecl::protocols().
| void TextNodeDumper::VisitObjCInterfaceType | ( | const ObjCInterfaceType * | T | ) |
Definition at line 2327 of file TextNodeDumper.cpp.
References dumpDeclRef().
| void TextNodeDumper::VisitObjCIvarDecl | ( | const ObjCIvarDecl * | D | ) |
Definition at line 3044 of file TextNodeDumper.cpp.
References dumpName(), dumpType(), clang::ObjCIvarDecl::getAccessControl(), clang::ObjCIvarDecl::getSynthesize(), clang::ValueDecl::getType(), clang::ObjCIvarDecl::None, clang::ObjCIvarDecl::Package, clang::ObjCIvarDecl::Private, clang::ObjCIvarDecl::Protected, and clang::ObjCIvarDecl::Public.
| void TextNodeDumper::VisitObjCIvarRefExpr | ( | const ObjCIvarRefExpr * | Node | ) |
Definition at line 1650 of file TextNodeDumper.cpp.
References clang::ASTDumpColor::DeclKindName, dumpPointer(), clang::ObjCIvarRefExpr::getDecl(), clang::Decl::getDeclKindName(), and clang::ObjCIvarRefExpr::isFreeIvar().
| void TextNodeDumper::VisitObjCMessageExpr | ( | const ObjCMessageExpr * | Node | ) |
Definition at line 1902 of file TextNodeDumper.cpp.
References clang::ObjCMessageExpr::Class, dumpBareType(), clang::ObjCMessageExpr::getClassReceiver(), clang::ObjCMessageExpr::getReceiverKind(), clang::ObjCMessageExpr::getSelector(), clang::ObjCMessageExpr::Instance, clang::Selector::print(), clang::ObjCMessageExpr::SuperClass, and clang::ObjCMessageExpr::SuperInstance.
| void TextNodeDumper::VisitObjCMethodDecl | ( | const ObjCMethodDecl * | D | ) |
Definition at line 3069 of file TextNodeDumper.cpp.
References dumpName(), dumpType(), clang::ObjCMethodDecl::getReturnType(), clang::ObjCMethodDecl::isInstanceMethod(), and clang::ObjCMethodDecl::isVariadic().
| void TextNodeDumper::VisitObjCPropertyDecl | ( | const ObjCPropertyDecl * | D | ) |
Definition at line 3144 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpName(), dumpType(), clang::ObjCPropertyDecl::getGetterMethodDecl(), clang::ObjCPropertyDecl::getPropertyAttributes(), clang::ObjCPropertyDecl::getPropertyImplementation(), clang::ObjCPropertyDecl::getSetterMethodDecl(), clang::ObjCPropertyDecl::getType(), clang::ObjCPropertyAttribute::kind_assign, clang::ObjCPropertyAttribute::kind_atomic, clang::ObjCPropertyAttribute::kind_class, clang::ObjCPropertyAttribute::kind_copy, clang::ObjCPropertyAttribute::kind_direct, clang::ObjCPropertyAttribute::kind_getter, clang::ObjCPropertyAttribute::kind_noattr, clang::ObjCPropertyAttribute::kind_nonatomic, clang::ObjCPropertyAttribute::kind_readonly, clang::ObjCPropertyAttribute::kind_readwrite, clang::ObjCPropertyAttribute::kind_retain, clang::ObjCPropertyAttribute::kind_setter, clang::ObjCPropertyAttribute::kind_strong, clang::ObjCPropertyAttribute::kind_unsafe_unretained, clang::ObjCPropertyAttribute::kind_weak, clang::ObjCPropertyDecl::Optional, and clang::ObjCPropertyDecl::Required.
| void TextNodeDumper::VisitObjCPropertyImplDecl | ( | const ObjCPropertyImplDecl * | D | ) |
| void TextNodeDumper::VisitObjCPropertyRefExpr | ( | const ObjCPropertyRefExpr * | Node | ) |
Definition at line 1949 of file TextNodeDumper.cpp.
References clang::ObjCPropertyRefExpr::getExplicitProperty(), clang::ObjCPropertyRefExpr::getImplicitPropertyGetter(), clang::ObjCPropertyRefExpr::getImplicitPropertySetter(), clang::ObjCMethodDecl::getSelector(), clang::ObjCPropertyRefExpr::isImplicitProperty(), clang::ObjCPropertyRefExpr::isMessagingGetter(), clang::ObjCPropertyRefExpr::isMessagingSetter(), clang::ObjCPropertyRefExpr::isSuperReceiver(), and clang::Selector::print().
| void TextNodeDumper::VisitObjCProtocolDecl | ( | const ObjCProtocolDecl * | D | ) |
Definition at line 3115 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpName(), and clang::ObjCProtocolDecl::protocols().
| void TextNodeDumper::VisitObjCProtocolExpr | ( | const ObjCProtocolExpr * | Node | ) |
Definition at line 1945 of file TextNodeDumper.cpp.
References clang::ObjCProtocolExpr::getProtocol().
| void TextNodeDumper::VisitObjCSelectorExpr | ( | const ObjCSelectorExpr * | Node | ) |
Definition at line 1940 of file TextNodeDumper.cpp.
References clang::ObjCSelectorExpr::getSelector(), and clang::Selector::print().
| void TextNodeDumper::VisitObjCSubscriptRefExpr | ( | const ObjCSubscriptRefExpr * | Node | ) |
| void TextNodeDumper::VisitObjCTypeParamDecl | ( | const ObjCTypeParamDecl * | D | ) |
Definition at line 3081 of file TextNodeDumper.cpp.
References clang::Contravariant, clang::Covariant, dumpName(), dumpType(), clang::TypedefNameDecl::getUnderlyingType(), clang::ObjCTypeParamDecl::getVariance(), clang::ObjCTypeParamDecl::hasExplicitBound(), and clang::Invariant.
| void TextNodeDumper::VisitOMPCapturedExprDecl | ( | const OMPCapturedExprDecl * | D | ) |
Definition at line 2697 of file TextNodeDumper.cpp.
References dumpName(), dumpType(), and clang::ValueDecl::getType().
| void TextNodeDumper::VisitOMPDeclareReductionDecl | ( | const OMPDeclareReductionDecl * | D | ) |
Definition at line 2654 of file TextNodeDumper.cpp.
References clang::Call, clang::Copy, clang::Direct, dumpName(), dumpPointer(), dumpType(), clang::OMPDeclareReductionDecl::getCombiner(), clang::OMPDeclareReductionDecl::getInitializer(), clang::OMPDeclareReductionDecl::getInitializerKind(), clang::ValueDecl::getType(), and clang::Initializer.
| void TextNodeDumper::VisitOMPExecutableDirective | ( | const OMPExecutableDirective * | D | ) |
Definition at line 2648 of file TextNodeDumper.cpp.
| void TextNodeDumper::VisitOMPIteratorExpr | ( | const OMPIteratorExpr * | Node | ) |
Definition at line 2005 of file TextNodeDumper.cpp.
References clang::OMPIteratorExpr::getIteratorDecl(), clang::OMPIteratorExpr::getIteratorRange(), clang::OMPIteratorExpr::numOfIterators(), and Visit().
| void TextNodeDumper::VisitOMPRequiresDecl | ( | const OMPRequiresDecl * | D | ) |
Definition at line 2676 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::ASTDumpColor::Attr, clang::C, clang::OMPRequiresDecl::clauselists(), dumpPointer(), dumpSourceRange(), and clang::ASTDumpColor::Null.
| void TextNodeDumper::VisitOpenACCAsteriskSizeExpr | ( | const OpenACCAsteriskSizeExpr * | S | ) |
Definition at line 385 of file TextNodeDumper.cpp.
| void TextNodeDumper::VisitOpenACCAtomicConstruct | ( | const OpenACCAtomicConstruct * | S | ) |
Definition at line 3304 of file TextNodeDumper.cpp.
References OpenACCAtomicConstruct::getAtomicKind(), and VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCCacheConstruct | ( | const OpenACCCacheConstruct * | S | ) |
Definition at line 3283 of file TextNodeDumper.cpp.
References OpenACCCacheConstruct::hasReadOnly(), and VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCCombinedConstruct | ( | const OpenACCCombinedConstruct * | S | ) |
Definition at line 3256 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCConstructStmt | ( | const OpenACCConstructStmt * | S | ) |
Definition at line 3246 of file TextNodeDumper.cpp.
References clang::OpenACCConstructStmt::getDirectiveKind().
Referenced by VisitOpenACCAtomicConstruct(), VisitOpenACCCacheConstruct(), VisitOpenACCCombinedConstruct(), VisitOpenACCDataConstruct(), VisitOpenACCEnterDataConstruct(), VisitOpenACCExitDataConstruct(), VisitOpenACCHostDataConstruct(), VisitOpenACCInitConstruct(), VisitOpenACCSetConstruct(), VisitOpenACCShutdownConstruct(), VisitOpenACCUpdateConstruct(), and VisitOpenACCWaitConstruct().
| void TextNodeDumper::VisitOpenACCDataConstruct | ( | const OpenACCDataConstruct * | S | ) |
Definition at line 3261 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCDeclareDecl | ( | const OpenACCDeclareDecl * | D | ) |
Definition at line 3310 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::C, clang::OpenACCConstructDecl::clauses(), clang::OpenACCConstructDecl::getDirectiveKind(), and Visit().
| void TextNodeDumper::VisitOpenACCEnterDataConstruct | ( | const OpenACCEnterDataConstruct * | S | ) |
Definition at line 3265 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCExitDataConstruct | ( | const OpenACCExitDataConstruct * | S | ) |
Definition at line 3270 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCHostDataConstruct | ( | const OpenACCHostDataConstruct * | S | ) |
Definition at line 3275 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCInitConstruct | ( | const OpenACCInitConstruct * | S | ) |
Definition at line 3289 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCLoopConstruct | ( | const OpenACCLoopConstruct * | S | ) |
Definition at line 3249 of file TextNodeDumper.cpp.
References OpenACCLoopConstruct::getParentComputeConstructKind(), and OpenACCLoopConstruct::isOrphanedLoopConstruct().
| void TextNodeDumper::VisitOpenACCRoutineDecl | ( | const OpenACCRoutineDecl * | D | ) |
Definition at line 3320 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::C, clang::OpenACCConstructDecl::clauses(), dumpSourceRange(), clang::OpenACCConstructDecl::getDirectiveKind(), clang::OpenACCRoutineDecl::getFunctionReference(), clang::OpenACCRoutineDecl::getLParenLoc(), clang::OpenACCRoutineDecl::getRParenLoc(), and Visit().
| void TextNodeDumper::VisitOpenACCRoutineDeclAttr | ( | const OpenACCRoutineDeclAttr * | A | ) |
Definition at line 3335 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::C, and Visit().
| void TextNodeDumper::VisitOpenACCSetConstruct | ( | const OpenACCSetConstruct * | S | ) |
Definition at line 3296 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCShutdownConstruct | ( | const OpenACCShutdownConstruct * | S | ) |
Definition at line 3292 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCUpdateConstruct | ( | const OpenACCUpdateConstruct * | S | ) |
Definition at line 3299 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitOpenACCWaitConstruct | ( | const OpenACCWaitConstruct * | S | ) |
Definition at line 3280 of file TextNodeDumper.cpp.
References VisitOpenACCConstructStmt().
| void TextNodeDumper::VisitPackExpansionType | ( | const PackExpansionType * | T | ) |
Definition at line 2331 of file TextNodeDumper.cpp.
| void TextNodeDumper::VisitPackTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1404 of file TextNodeDumper.cpp.
References dumpTemplateArgument().
| void TextNodeDumper::visitParamCommandComment | ( | const comments::ParamCommandComment * | C, |
| const comments::FullComment * | FC ) |
Definition at line 1197 of file TextNodeDumper.cpp.
References clang::C, and clang::comments::ParamCommandComment::getDirectionAsString().
| void TextNodeDumper::VisitPragmaCommentDecl | ( | const PragmaCommentDecl * | D | ) |
Definition at line 2614 of file TextNodeDumper.cpp.
References clang::PragmaCommentDecl::getArg(), clang::PragmaCommentDecl::getCommentKind(), clang::PCK_Compiler, clang::PCK_Copyright, clang::PCK_ExeStr, clang::PCK_Lib, clang::PCK_Linker, clang::PCK_Unknown, and clang::PCK_User.
| void TextNodeDumper::VisitPragmaDetectMismatchDecl | ( | const PragmaDetectMismatchDecl * | D | ) |
Definition at line 2643 of file TextNodeDumper.cpp.
References clang::PragmaDetectMismatchDecl::getName(), and clang::PragmaDetectMismatchDecl::getValue().
| void TextNodeDumper::VisitPredefinedExpr | ( | const PredefinedExpr * | Node | ) |
Definition at line 1666 of file TextNodeDumper.cpp.
References clang::PredefinedExpr::getIdentKind(), and clang::PredefinedExpr::getIdentKindName().
| void TextNodeDumper::VisitRecordDecl | ( | const RecordDecl * | D | ) |
Definition at line 2378 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), dumpName(), clang::Decl::getDescribedTemplate(), clang::TagDecl::getKindName(), clang::TagDecl::isCompleteDefinition(), clang::Decl::isImplicit(), and clang::NamedDecl::isModulePrivate().
Referenced by VisitCXXRecordDecl().
| void TextNodeDumper::VisitRequiresExpr | ( | const RequiresExpr * | Node | ) |
Definition at line 2028 of file TextNodeDumper.cpp.
References clang::RequiresExpr::isSatisfied(), and clang::Expr::isValueDependent().
| void clang::TextNodeDumper::VisitReturnStmt | ( | const ReturnStmt * | Node | ) |
Definition at line 1522 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), and clang::ReturnStmt::getNRVOCandidate().
| void TextNodeDumper::VisitRValueReferenceType | ( | const ReferenceType * | T | ) |
Definition at line 2034 of file TextNodeDumper.cpp.
| void TextNodeDumper::VisitSizeOfPackExpr | ( | const SizeOfPackExpr * | Node | ) |
Definition at line 1892 of file TextNodeDumper.cpp.
References dumpName(), dumpPointer(), and clang::SizeOfPackExpr::getPack().
| void TextNodeDumper::VisitStringLiteral | ( | const StringLiteral * | Str | ) |
Definition at line 1691 of file TextNodeDumper.cpp.
References clang::StringLiteral::outputString(), and clang::ASTDumpColor::Value.
| void TextNodeDumper::VisitStructuralValueTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1283 of file TextNodeDumper.cpp.
References dumpTemplateArgument().
| void TextNodeDumper::VisitSubstTemplateTypeParmPackType | ( | const SubstTemplateTypeParmPackType * | T | ) |
Definition at line 2276 of file TextNodeDumper.cpp.
References dumpDeclRef(), and VisitTemplateTypeParmDecl().
| void TextNodeDumper::VisitSubstTemplateTypeParmType | ( | const SubstTemplateTypeParmType * | T | ) |
Definition at line 2266 of file TextNodeDumper.cpp.
References dumpDeclRef(), clang::PackIndex, and VisitTemplateTypeParmDecl().
| void TextNodeDumper::VisitSwitchStmt | ( | const SwitchStmt * | Node | ) |
Definition at line 1494 of file TextNodeDumper.cpp.
References clang::SwitchStmt::hasInitStorage(), and clang::SwitchStmt::hasVarStorage().
| void TextNodeDumper::VisitSYCLUniqueStableNameExpr | ( | const SYCLUniqueStableNameExpr * | Node | ) |
Definition at line 1661 of file TextNodeDumper.cpp.
References dumpType(), clang::TypeSourceInfo::getType(), and clang::SYCLUniqueStableNameExpr::getTypeSourceInfo().
| void TextNodeDumper::VisitTagType | ( | const TagType * | T | ) |
Definition at line 2245 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpNestedNameSpecifier(), clang::KeywordHelpers::getKeywordName(), and clang::None.
| void TextNodeDumper::VisitTemplateExpansionTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1389 of file TextNodeDumper.cpp.
References dumpBareTemplateName(), dumpTemplateArgument(), and clang::TemplateArgument::getAsTemplateOrTemplatePattern().
| void TextNodeDumper::VisitTemplateSpecializationType | ( | const TemplateSpecializationType * | T | ) |
Definition at line 2312 of file TextNodeDumper.cpp.
References dumpTemplateName(), clang::KeywordHelpers::getKeywordName(), and clang::None.
| void TextNodeDumper::VisitTemplateTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1383 of file TextNodeDumper.cpp.
References dumpBareTemplateName(), dumpTemplateArgument(), and clang::TemplateArgument::getAsTemplate().
| void TextNodeDumper::VisitTemplateTemplateParmDecl | ( | const TemplateTemplateParmDecl * | D | ) |
Definition at line 2943 of file TextNodeDumper.cpp.
References dumpName(), clang::TemplateTemplateParmDecl::getDepth(), clang::TemplateTemplateParmDecl::getIndex(), and clang::TemplateTemplateParmDecl::isParameterPack().
| void TextNodeDumper::VisitTemplateTypeParmDecl | ( | const TemplateTypeParmDecl * | D | ) |
Definition at line 2915 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), dumpName(), clang::TemplateTypeParmDecl::getDepth(), clang::TemplateTypeParmDecl::getIndex(), clang::TemplateTypeParmDecl::getTypeConstraint(), clang::TemplateTypeParmDecl::isParameterPack(), and clang::TemplateTypeParmDecl::wasDeclaredWithTypename().
Referenced by VisitSubstTemplateTypeParmPackType(), and VisitSubstTemplateTypeParmType().
| void TextNodeDumper::VisitTemplateTypeParmType | ( | const TemplateTypeParmType * | T | ) |
Definition at line 2259 of file TextNodeDumper.cpp.
References dumpDeclRef().
| void TextNodeDumper::visitTextComment | ( | const comments::TextComment * | C, |
| const comments::FullComment * | ) |
Definition at line 1141 of file TextNodeDumper.cpp.
References clang::C.
| void TextNodeDumper::visitTParamCommandComment | ( | const comments::TParamCommandComment * | C, |
| const comments::FullComment * | FC ) |
Definition at line 1218 of file TextNodeDumper.cpp.
References clang::C.
| void TextNodeDumper::VisitTypeAliasDecl | ( | const TypeAliasDecl * | D | ) |
Definition at line 2724 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), dumpName(), dumpType(), clang::Type::getAsTagDecl(), clang::TagDecl::getTypedefNameForAnonDecl(), and clang::TypedefNameDecl::getUnderlyingType().
| void TextNodeDumper::VisitTypeAliasTemplateDecl | ( | const TypeAliasTemplateDecl * | D | ) |
Definition at line 2734 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), and dumpName().
| void TextNodeDumper::VisitTypedefDecl | ( | const TypedefDecl * | D | ) |
Definition at line 2345 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), dumpName(), dumpType(), clang::Type::getAsTagDecl(), clang::TagDecl::getTypedefNameForAnonDecl(), clang::TypedefNameDecl::getUnderlyingType(), and clang::NamedDecl::isModulePrivate().
| void TextNodeDumper::VisitTypedefType | ( | const TypedefType * | T | ) |
Definition at line 2223 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpNestedNameSpecifier(), dumpType(), clang::KeywordHelpers::getKeywordName(), and clang::None.
| void TextNodeDumper::VisitTypeLoc | ( | TypeLoc | TL | ) |
Definition at line 2336 of file TextNodeDumper.cpp.
References clang::TypeLoc::getTypePtr(), and clang::TypeVisitor< ImplClass, RetTy >::Visit().
| void TextNodeDumper::VisitTypeTemplateArgument | ( | const TemplateArgument & | TA | ) |
Definition at line 1261 of file TextNodeDumper.cpp.
References dumpTemplateArgument().
| void TextNodeDumper::VisitTypeTraitExpr | ( | const TypeTraitExpr * | Node | ) |
Definition at line 1857 of file TextNodeDumper.cpp.
References clang::TypeTraitExpr::getTrait(), and clang::getTraitSpelling().
| void TextNodeDumper::VisitUnaryExprOrTypeTraitExpr | ( | const UnaryExprOrTypeTraitExpr * | Node | ) |
Definition at line 1719 of file TextNodeDumper.cpp.
References dumpType(), clang::UnaryExprOrTypeTraitExpr::getArgumentType(), clang::UnaryExprOrTypeTraitExpr::getKind(), clang::getTraitSpelling(), and clang::UnaryExprOrTypeTraitExpr::isArgumentType().
| void TextNodeDumper::VisitUnaryOperator | ( | const UnaryOperator * | Node | ) |
Definition at line 1710 of file TextNodeDumper.cpp.
References clang::UnaryOperator::canOverflow(), clang::UnaryOperator::getOpcode(), clang::UnaryOperator::getOpcodeStr(), clang::UnaryOperator::getStoredFPFeatures(), clang::UnaryOperator::hasStoredFPFeatures(), and clang::UnaryOperator::isPostfix().
| void TextNodeDumper::VisitUnaryTransformType | ( | const UnaryTransformType * | T | ) |
Definition at line 2235 of file TextNodeDumper.cpp.
| void TextNodeDumper::VisitUnresolvedLookupExpr | ( | const UnresolvedLookupExpr * | Node | ) |
Definition at line 1635 of file TextNodeDumper.cpp.
References clang::OverloadExpr::decls_begin(), clang::OverloadExpr::decls_end(), dumpPointer(), clang::OverloadExpr::getName(), and clang::UnresolvedLookupExpr::requiresADL().
| void TextNodeDumper::VisitUnresolvedUsingType | ( | const UnresolvedUsingType * | T | ) |
Definition at line 2206 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpNestedNameSpecifier(), clang::KeywordHelpers::getKeywordName(), and clang::None.
| void TextNodeDumper::VisitUnresolvedUsingTypenameDecl | ( | const UnresolvedUsingTypenameDecl * | D | ) |
Definition at line 2963 of file TextNodeDumper.cpp.
References clang::Decl::getASTContext(), clang::NamedDecl::getDeclName(), clang::ASTContext::getPrintingPolicy(), clang::UnresolvedUsingTypenameDecl::getQualifier(), and clang::NestedNameSpecifier::print().
| void TextNodeDumper::VisitUnresolvedUsingValueDecl | ( | const UnresolvedUsingValueDecl * | D | ) |
| void TextNodeDumper::VisitUsingDecl | ( | const UsingDecl * | D | ) |
Definition at line 2951 of file TextNodeDumper.cpp.
References dumpNestedNameSpecifier(), clang::Decl::getASTContext(), clang::NamedDecl::getDeclName(), clang::ASTContext::getPrintingPolicy(), clang::UsingDecl::getQualifier(), and clang::NestedNameSpecifier::print().
| void TextNodeDumper::VisitUsingDirectiveDecl | ( | const UsingDirectiveDecl * | D | ) |
Definition at line 2714 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), and clang::UsingDirectiveDecl::getNominatedNamespace().
| void TextNodeDumper::VisitUsingEnumDecl | ( | const UsingEnumDecl * | D | ) |
Definition at line 2958 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), and clang::UsingEnumDecl::getEnumDecl().
| void TextNodeDumper::VisitUsingShadowDecl | ( | const UsingShadowDecl * | D | ) |
Definition at line 2978 of file TextNodeDumper.cpp.
References dumpBareDeclRef(), and clang::UsingShadowDecl::getTargetDecl().
| void TextNodeDumper::VisitUsingType | ( | const UsingType * | T | ) |
Definition at line 2214 of file TextNodeDumper.cpp.
References dumpDeclRef(), dumpNestedNameSpecifier(), dumpType(), clang::KeywordHelpers::getKeywordName(), and clang::None.
| void TextNodeDumper::VisitVarDecl | ( | const VarDecl * | D | ) |
Definition at line 2525 of file TextNodeDumper.cpp.
References clang::TextTreeStructure::AddChild(), clang::VarDecl::CallInit, clang::VarDecl::CInit, dumpFormalLinkage(), dumpName(), dumpNestedNameSpecifier(), dumpPointer(), dumpTemplateSpecializationKind(), dumpType(), clang::VarDecl::evaluateValue(), clang::Decl::getASTContext(), clang::VarDecl::getDescribedVarTemplate(), clang::VarDecl::getInit(), clang::VarDecl::getInitStyle(), clang::DeclaratorDecl::getQualifier(), clang::VarDecl::getStorageClass(), clang::VarDecl::getStorageClassSpecifierString(), clang::VarDecl::getTemplateInstantiationPattern(), clang::VarDecl::getTemplateSpecializationKind(), clang::VarDecl::getTLSKind(), clang::Expr::getType(), clang::ValueDecl::getType(), clang::VarDecl::hasInit(), clang::VarDecl::isConstexpr(), clang::Type::isDependentType(), clang::VarDecl::isInline(), clang::NamedDecl::isModulePrivate(), clang::VarDecl::isNRVOVariable(), clang::ValueDecl::isParameterPack(), clang::Expr::isValueDependent(), clang::VarDecl::ListInit, clang::VarDecl::needsDestruction(), clang::StmtVisitorBase< llvm::make_const_ptr, TextNodeDumper, void, ParamTys... >::P, clang::VarDecl::ParenListInit, clang::SC_None, clang::VarDecl::TLS_Dynamic, clang::VarDecl::TLS_None, clang::VarDecl::TLS_Static, and Visit().
| void TextNodeDumper::VisitVariableArrayType | ( | const VariableArrayType * | T | ) |
Definition at line 2058 of file TextNodeDumper.cpp.
References VisitArrayType().
| void TextNodeDumper::VisitVarTemplateDecl | ( | const VarTemplateDecl * | D | ) |
Definition at line 2906 of file TextNodeDumper.cpp.
References dumpFormalLinkage(), and dumpName().
| void TextNodeDumper::VisitVectorType | ( | const VectorType * | T | ) |
Definition at line 2073 of file TextNodeDumper.cpp.
References clang::AltiVecBool, clang::AltiVecPixel, clang::AltiVecVector, clang::Generic, clang::Neon, clang::NeonPoly, clang::RVVFixedLengthData, clang::RVVFixedLengthMask, clang::RVVFixedLengthMask_1, clang::RVVFixedLengthMask_2, clang::RVVFixedLengthMask_4, clang::SveFixedLengthData, and clang::SveFixedLengthPredicate.
| void TextNodeDumper::visitVerbatimBlockComment | ( | const comments::VerbatimBlockComment * | C, |
| const comments::FullComment * | ) |
Definition at line 1238 of file TextNodeDumper.cpp.
References clang::C.
| void TextNodeDumper::visitVerbatimBlockLineComment | ( | const comments::VerbatimBlockLineComment * | C, |
| const comments::FullComment * | ) |
Definition at line 1246 of file TextNodeDumper.cpp.
References clang::C.
| void TextNodeDumper::visitVerbatimLineComment | ( | const comments::VerbatimLineComment * | C, |
| const comments::FullComment * | ) |
Definition at line 1252 of file TextNodeDumper.cpp.
References clang::C.
| void TextNodeDumper::VisitWhileStmt | ( | const WhileStmt * | Node | ) |
Definition at line 1501 of file TextNodeDumper.cpp.
References clang::WhileStmt::hasVarStorage().