Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1089 UsingEnumDecl *getInstantiatedFromUsingEnumDecl(UsingEnumDecl *Inst);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1598 Record.AddDeclRef(Record.getASTContext().getInstantiatedFromUsingEnumDecl(D)); in VisitUsingEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5475 Importer.getFromContext().getInstantiatedFromUsingEnumDecl(D)) { in VisitUsingEnumDecl()
H A DASTContext.cpp1600 ASTContext::getInstantiatedFromUsingEnumDecl(UsingEnumDecl *UUD) { in getInstantiatedFromUsingEnumDecl() function in ASTContext