reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTImporter.h
  446     llvm::Expected<SourceLocation> Import(SourceLocation FromLoc);

References

tools/clang/include/clang/AST/ASTImporter.h
  342       auto ToOrErr = Import(From);
tools/clang/lib/AST/ASTImporter.cpp
  177       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());