Searched refs:ExpectedSLoc (Results 1 – 1 of 1) sorted by relevance
85 using ExpectedSLoc = llvm::Expected<SourceLocation>; typedef974 ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc()); in import()2259 ExpectedSLoc LocOrErr = import(D->getLocation()); in VisitEmptyDecl()2311 ExpectedSLoc LocOrErr = import(D->getLocation()); in VisitAccessSpecDecl()2996 if (ExpectedSLoc POIOrErr = in VisitRecordDecl()3127 if (ExpectedSLoc POIOrErr = import( in ImportTemplateInformation()4664 ExpectedSLoc LangLocOrErr = import(D->getLocation()); in VisitLinkageSpecDecl()5787 ExpectedSLoc IdLocOrErr = import(D->getLocation()); in VisitClassTemplateSpecializationDecl()6311 ExpectedSLoc AsmLocOrErr = import(S->getAsmLoc()); in VisitGCCAsmStmt()6612 ExpectedSLoc ToTryLocOrErr = import(S->getTryLoc()); in VisitCXXTryStmt()[all …]