Searched defs:VisitEnumType (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1014 void VisitEnumType(const EnumType *T) { VisitTagType(T); } in VisitEnumType() function in __anon79b649e50211::ODRTypeVisitor |
H A D | ASTImporter.cpp | 1425 ExpectedType ASTNodeImporter::VisitEnumType(const EnumType *T) { in VisitEnumType() function in ASTNodeImporter |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 6091 bool UnnamedLocalNoLinkageFinder::VisitEnumType(const EnumType* T) { in VisitEnumType() function in UnnamedLocalNoLinkageFinder |