Searched refs:VisitCXXConstructorDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { function in class:clang::tooling::RecursiveSymbolVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp229 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { function in class:clang::tooling::__anon2409::RenameLocFinder
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp93 void VisitCXXConstructorDecl(CXXConstructorDecl *D);
1396 void ASTDeclWriter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp363 void VisitCXXConstructorDecl(CXXConstructorDecl *D);
1961 void ASTDeclReader::VisitCXXConstructorDecl(CXXConstructorDecl *D) { function in class:ASTDeclReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp498 ExpectedDecl VisitCXXConstructorDecl(CXXConstructorDecl *D);
3487 ExpectedDecl ASTNodeImporter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { function in class:ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2505 Decl *TemplateDeclInstantiator::VisitCXXConstructorDecl(CXXConstructorDecl *D) { function in class:TemplateDeclInstantiator

Completed in 117 milliseconds