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

References

tools/clang/lib/AST/ASTImporter.cpp
  878     ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc());
  882     ExpectedSLoc ToFieldLocOrErr = import(D.getFieldLoc());
  889   ExpectedSLoc ToLBracketLocOrErr = import(D.getLBracketLoc());
  893   ExpectedSLoc ToRBracketLocOrErr = import(D.getRBracketLoc());
  901   ExpectedSLoc ToEllipsisLocOrErr = import(D.getEllipsisLoc());
 1642     if (ExpectedSLoc LocOrErr = import(From.getCXXLiteralOperatorNameLoc()))
 1855         if (ExpectedSLoc LocOrErr = import(Base1.getEllipsisLoc()))
 2101   ExpectedSLoc LocOrErr = import(D->getLocation());
 2124   ExpectedSLoc LocOrErr = import(D->getLocation());
 2224   ExpectedSLoc BeginLocOrErr = import(D->getBeginLoc());
 2461     ExpectedSLoc BeginLocOrErr = import(D->getBeginLoc());
 2677   ExpectedSLoc BeginLocOrErr = import(D->getBeginLoc());
 2777         if (ExpectedSLoc POIOrErr =
 2899     if (ExpectedSLoc POIOrErr = import(
 2925     ExpectedSLoc POIOrErr = import(FTSInfo->getPointOfInstantiation());
 4097       if (ExpectedSLoc ToProtoLocOrErr = import(*FromProtoLoc))
 4153     if (ExpectedSLoc ToProtoLocOrErr = import(*FromProtoLoc))
 4233   ExpectedSLoc ExternLocOrErr = import(D->getExternLoc());
 4237   ExpectedSLoc LangLocOrErr = import(D->getLocation());
 4250     ExpectedSLoc RBraceLocOrErr = import(D->getRBraceLoc());
 4533     if (ExpectedSLoc ToProtoLocOrErr = import(*FromProtoLoc))
 4632     ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc());
 4950   ExpectedSLoc BeginLocOrErr = import(D->getBeginLoc());
 4954   ExpectedSLoc LocationOrErr = import(D->getLocation());
 5003   ExpectedSLoc LocationOrErr = import(D->getLocation());
 5213   ExpectedSLoc BeginLocOrErr = import(D->getBeginLoc());
 5216   ExpectedSLoc IdLocOrErr = import(D->getLocation());
 5433   ExpectedSLoc BeginLocOrErr = import(D->getBeginLoc());
 5523       if (ExpectedSLoc POIOrErr = import(D->getPointOfInstantiation()))
 5701   ExpectedSLoc AsmLocOrErr = import(S->getAsmLoc());
 5707   ExpectedSLoc RParenLocOrErr = import(S->getRParenLoc());
 5741   ExpectedSLoc ToSemiLocOrErr = import(S->getSemiLoc());
 5754   ExpectedSLoc ToLBracLocOrErr = import(S->getLBracLoc());
 5758   ExpectedSLoc ToRBracLocOrErr = import(S->getRBracLoc());
 5815   ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc());
 5966   ExpectedSLoc ToContinueLocOrErr = import(S->getContinueLoc());
 6010   ExpectedSLoc ToTryLocOrErr = import(S->getTryLoc());
 6093   ExpectedSLoc ToAtFinallyLocOrErr = import(S->getAtFinallyLoc());
 6145   ExpectedSLoc ToThrowLocOrErr = import(S->getThrowLoc());
 6157   ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc());
 6228   ExpectedSLoc BeginLocOrErr = import(E->getBeginLoc());
 6303   ExpectedSLoc ToEqualOrColonLocOrErr = import(E->getEqualOrColonLoc());
 6332   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
 6345   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
 6359   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
 6386   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
 6498   ExpectedSLoc ToLParenLocOrErr = import(E->getLParenLoc());
 6502   ExpectedSLoc ToRParenLocOrErr = import(E->getRParenLoc());
 6761     ExpectedSLoc ToLParenLocOrErr = import(CCE->getLParenLoc());
 6764     ExpectedSLoc ToRParenLocOrErr = import(CCE->getRParenLoc());
 6775     ExpectedSLoc ToLParenLocOrErr = import(FCE->getLParenLoc());
 6778     ExpectedSLoc ToRParenLocOrErr = import(FCE->getRParenLoc());
 6789     ExpectedSLoc ToLParenLocOrErr = import(OCE->getLParenLoc());
 6792     ExpectedSLoc ToBridgeKeywordLocOrErr = import(OCE->getBridgeKeywordLoc());
 6905   ExpectedSLoc ToUsedLocOrErr = import(E->getUsedLocation());
 7169   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
 7182   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
 7256     ExpectedSLoc ToDestroyedTypeLocOrErr = import(E->getDestroyedTypeLoc());
 7408     ExpectedSLoc ToTemplateKeywordLocOrErr = import(E->getTemplateKeywordLoc());
 7640   ExpectedSLoc ToBeginLocOrErr = import(E->getBeginLoc());
 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());
 8572   ExpectedSLoc ToEllipsisLoc = Import(BaseSpec->getEllipsisLoc());