Searched defs:VisitEnumType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ | ||
H A D | Interpreter.cpp | 683 Interpreter::InterfaceKind VisitEnumType(const EnumType *Ty) { in VisitEnumType() function in __anon46b323310411::InterfaceKindVisitor |
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1170 void VisitEnumType(const EnumType *T) { VisitTagType(T); } in VisitEnumType() function in __anonb4317f1a0211::ODRTypeVisitor |
H A D | ASTImporter.cpp | 1524 ExpectedType ASTNodeImporter::VisitEnumType(const EnumType *T) { in VisitEnumType() function in ASTNodeImporter |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 5771 bool UnnamedLocalNoLinkageFinder::VisitEnumType(const EnumType* T) { in VisitEnumType() function in UnnamedLocalNoLinkageFinder |