Home
last modified time | relevance | path

Searched defs:VisitEnumType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp683 Interpreter::InterfaceKind VisitEnumType(const EnumType *Ty) { in VisitEnumType() function in __anon46b323310411::InterfaceKindVisitor
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1170 void VisitEnumType(const EnumType *T) { VisitTagType(T); } in VisitEnumType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DASTImporter.cpp1524 ExpectedType ASTNodeImporter::VisitEnumType(const EnumType *T) { in VisitEnumType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5771 bool UnnamedLocalNoLinkageFinder::VisitEnumType(const EnumType* T) { in VisitEnumType() function in UnnamedLocalNoLinkageFinder