Home
last modified time | relevance | path

Searched refs:setEnumType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3761 void setEnumType(TypeSourceInfo *TSI) { EnumType = TSI; } in setEnumType() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1891 D->setEnumType(Record.readTypeSourceInfo()); in VisitUsingEnumDecl()