Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1327 ExpectedType TyOrErr = import(A); in VisitFunctionProtoType() local
1336 ExpectedType TyOrErr = import(E); in VisitFunctionProtoType() local
1620 if (ExpectedType TyOrErr = import(FromCanonType)) in VisitTemplateSpecializationType() local
1688 if (ExpectedType TyOrErr = import(T->getCanonicalTypeInternal())) in VisitDependentNameType() local
1715 if (ExpectedType TyOrErr = import(TypeArg)) in VisitObjCObjectType() local
2289 ExpectedType TyOrErr = import(Base1.getType()); in ImportDefinition() local
4062 if (ExpectedType TyOrErr = import(D->getType())) in VisitFunctionDecl() local
4516 if (auto TyOrErr = import(D->getType())) in VisitVarDecl() local
9710 if (ExpectedTypePtr TyOrErr = Import(FromNNS->getAsType())) { in Import() local