Home
last modified time | relevance | path

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

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