reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
446 llvm::Expected<SourceLocation> Import(SourceLocation FromLoc);
342 auto ToOrErr = Import(From);
tools/clang/lib/AST/ASTImporter.cpp177 return Importer.Import(From); 7900 ExpectedSLoc BeginLocOrErr = Import(FromTSI->getTypeLoc().getBeginLoc()); 8425 ExpectedSLoc ToSpLoc = Import(FromEx.getSpellingLoc()); 8428 ExpectedSLoc ToExLocS = Import(FromEx.getExpansionLocStart()); 8436 if (ExpectedSLoc ToExLocE = Import(FromEx.getExpansionLocEnd())) 8448 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); 8501 auto LParenLocOrErr = Import(From->getLParenLoc()); 8505 auto RParenLocOrErr = Import(From->getRParenLoc()); 8527 auto MemberLocOrErr = Import(From->getMemberLocation()); 8539 auto MemberLocOrErr = Import(From->getMemberLocation()); 8572 ExpectedSLoc ToEllipsisLoc = Import(BaseSpec->getEllipsisLoc());