Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp248 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl() function in clang::tooling::__anonc66865d10111::RenameLocFinder
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h674 bool ExtractAPIVisitorBase<Derived>::VisitCXXConstructorDecl( VisitCXXConstructorDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1548 void ASTDeclWriter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { VisitCXXConstructorDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp2315 void ASTDeclReader::VisitCXXConstructorDecl(CXXConstructorDecl *D) { VisitCXXConstructorDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2844 Decl *TemplateDeclInstantiator::VisitCXXConstructorDecl(CXXConstructorDecl *D) { VisitCXXConstructorDecl() function in TemplateDeclInstantiator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4010 ExpectedDecl ASTNodeImporter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { VisitCXXConstructorDecl() function in ASTNodeImporter