Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp1169 void VisitEnumType(const EnumType *T) { VisitTagType(T); } in VisitEnumType() function in __anonc0cde9a70211::ODRTypeVisitor
H A DASTImporter.cpp404 ExpectedType VisitEnumType(const EnumType *T);
1487 ExpectedType ASTNodeImporter::VisitEnumType(const EnumType *T) { in VisitEnumType() function in ASTNodeImporter
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp6318 bool UnnamedLocalNoLinkageFinder::VisitEnumType(const EnumType* T) { in VisitEnumType() function in UnnamedLocalNoLinkageFinder