Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp83 using ExpectedSLoc = llvm::Expected<SourceLocation>; typedef
940 ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc()); in import()
2418 ExpectedSLoc LocOrErr = import(D->getLocation()); in VisitEmptyDecl()
2470 ExpectedSLoc LocOrErr = import(D->getLocation()); in VisitAccessSpecDecl()
3188 if (ExpectedSLoc POIOrErr = in VisitRecordDecl()
3319 if (ExpectedSLoc POIOrErr = import( in ImportTemplateInformation()
5007 ExpectedSLoc LangLocOrErr = import(D->getLocation()); in VisitLinkageSpecDecl()
6135 ExpectedSLoc IdLocOrErr = import(D->getLocation()); in VisitClassTemplateSpecializationDecl()
6696 ExpectedSLoc AsmLocOrErr = import(S->getAsmLoc()); in VisitGCCAsmStmt()
6997 ExpectedSLoc ToTryLocOrErr = import(S->getTryLoc()); in VisitCXXTryStmt()
[all …]