Home
last modified time | relevance | path

Searched defs:ToInstOrErr (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3000 if (Expected<EnumDecl *> ToInstOrErr = import(FromInst)) VisitEnumDecl() local
3231 if (Expected<CXXRecordDecl *> ToInstOrErr = import(FromInst)) VisitRecordDecl() local
4594 if (Expected<VarDecl *> ToInstOrErr = import(FromInst)) VisitVarDecl() local
6251 if (Expected<ClassTemplatePartialSpecializationDecl *> ToInstOrErr = VisitClassTemplateSpecializationDecl() local
6546 if (Expected<PartVarSpecDecl *> ToInstOrErr = VisitVarTemplateSpecializationDecl() local
[all...]