Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp2768 EnumDecl *FromInst = D->getInstantiatedFromMemberEnum(); in VisitEnumDecl() local
2769 if (Expected<EnumDecl *> ToInstOrErr = import(FromInst)) in VisitEnumDecl()
2983 CXXRecordDecl *FromInst = DCXX->getInstantiatedFromMemberClass(); in VisitRecordDecl() local
2985 if (Expected<CXXRecordDecl *> ToInstOrErr = import(FromInst)) in VisitRecordDecl()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp14306 Expr *FromInst = From.build(S, Loc); in buildSingleCopyAssignRecursively() local
14309 Loc, FromInst, Loc); in buildSingleCopyAssignRecursively()