Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp690 Interpreter::InterfaceKind VisitEnumType(const EnumType *Ty) { VisitEnumType() function in __anon0ebdd7030411::RuntimeInterfaceBuilder
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1153 void VisitEnumType(const EnumType *T) { VisitTagType(T); } VisitEnumType() function in __anon4baa67ec0211::ODRTypeVisitor
H A DASTImporter.cpp1498 ExpectedType ASTNodeImporter::VisitEnumType(const EnumType *T) { VisitEnumType() function in ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6494 bool UnnamedLocalNoLinkageFinder::VisitEnumType(const EnumType* T) { VisitEnumType() function in UnnamedLocalNoLinkageFinder