Home
last modified time | relevance | path

Searched defs:VisitCXXConstructorDecl (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DImplicitCtor.cpp21 bool VisitCXXConstructorDecl(CXXConstructorDecl* Ctor) { VisitCXXConstructorDecl() function in __anonb0de8a990111::ImplicitCtorVisitor
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl() function
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp248 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl() function in clang::tooling::__anonb85755320111::RenameLocFinder
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp224 bool VisitCXXConstructorDecl(CXXConstructorDecl *Decl) { in VisitCXXConstructorDecl() function in clang::tidy::__anonef0c75980211::RenamerClangTidyVisitor
/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h706 bool ExtractAPIVisitorBase<Derived>::VisitCXXConstructorDecl( VisitCXXConstructorDecl() function
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1600 void ASTDeclWriter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { VisitCXXConstructorDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp2316 void ASTDeclReader::VisitCXXConstructorDecl(CXXConstructorDecl *D) { VisitCXXConstructorDecl() function in ASTDeclReader
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2881 Decl *TemplateDeclInstantiator::VisitCXXConstructorDecl(CXXConstructorDecl *D) { VisitCXXConstructorDecl() function in TemplateDeclInstantiator
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4085 ExpectedDecl ASTNodeImporter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { VisitCXXConstructorDecl() function in ASTNodeImporter