Home
last modified time | relevance | path

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

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