Searched defs:VisitCXXConstructorDecl (Results 1 - 5 of 5) sorted by relevance

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp438 bool VisitCXXConstructorDecl(CXXConstructorDecl* Ctor) { function in class:__anon19549::ImplicitCtorVisitor
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp83 void VisitCXXConstructorDecl(CXXConstructorDecl *D);
1033 void ASTDeclWriter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp270 void VisitCXXConstructorDecl(CXXConstructorDecl *D);
1502 void ASTDeclReader::VisitCXXConstructorDecl(CXXConstructorDecl *D) { function in class:ASTDeclReader
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1766 Decl *TemplateDeclInstantiator::VisitCXXConstructorDecl(CXXConstructorDecl *D) { function in class:TemplateDeclInstantiator
/external/clang/lib/AST/
H A DASTImporter.cpp142 Decl *VisitCXXConstructorDecl(CXXConstructorDecl *D);
2822 Decl *ASTNodeImporter::VisitCXXConstructorDecl(CXXConstructorDecl *D) { function in class:ASTNodeImporter

Completed in 362 milliseconds