Searched refs:VisitEnumConstantDecl (Results 1 - 9 of 9) sorted by relevance

/external/clang/tools/libclang/
H A DCursorVisitor.h211 bool VisitEnumConstantDecl(EnumConstantDecl *D);
H A DIndexDecl.cpp107 bool VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:__anon4848::IndexingDeclVisitor
H A DCIndex.cpp691 bool CursorVisitor::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:CursorVisitor
/external/clang/include/clang/Sema/
H A DTemplate.h396 Decl *VisitEnumConstantDecl(EnumConstantDecl *D);
/external/clang/lib/AST/
H A DDeclPrinter.cpp52 void VisitEnumConstantDecl(EnumConstantDecl *D);
384 void DeclPrinter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:DeclPrinter
H A DASTImporter.cpp134 Decl *VisitEnumConstantDecl(EnumConstantDecl *D);
2384 Decl *ASTNodeImporter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTNodeImporter
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp75 void VisitEnumConstantDecl(EnumConstantDecl *D);
289 void ASTDeclWriter::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp241 void VisitEnumConstantDecl(EnumConstantDecl *ECD);
479 void ASTDeclReader::VisitEnumConstantDecl(EnumConstantDecl *ECD) { function in class:ASTDeclReader
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp699 Decl *TemplateDeclInstantiator::VisitEnumConstantDecl(EnumConstantDecl *D) { function in class:TemplateDeclInstantiator

Completed in 65 milliseconds