Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h94 bool VisitCXXConstructorDecl(const CXXConstructorDecl *Decl);
709 bool ExtractAPIVisitorBase<Derived>::VisitCXXConstructorDecl( in VisitCXXConstructorDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp95 void VisitCXXConstructorDecl(CXXConstructorDecl *D);
1591 void ASTDeclWriter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { in VisitCXXConstructorDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp374 void VisitCXXConstructorDecl(CXXConstructorDecl *D);
2297 void ASTDeclReader::VisitCXXConstructorDecl(CXXConstructorDecl *D) { in VisitCXXConstructorDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp484 ExpectedDecl VisitCXXConstructorDecl(CXXConstructorDecl *D);
4090 ExpectedDecl ASTNodeImporter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { in VisitCXXConstructorDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2888 Decl *TemplateDeclInstantiator::VisitCXXConstructorDecl(CXXConstructorDecl *D) { in VisitCXXConstructorDecl() function in TemplateDeclInstantiator