Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp85 using ExpectedSLoc = llvm::Expected<SourceLocation>; typedef
974 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 …]