HomeSort by relevance Sort by last modified time
    Searched refs:getExpansionLoc (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/lib/Basic/
SourceLocation.cpp 57 SM.getExpansionLoc(*this).print(OS, SM);
86 FullSourceLoc FullSourceLoc::getExpansionLoc() const {
88 return FullSourceLoc(SrcMgr->getExpansionLoc(*this), *SrcMgr);
DiagnosticIDs.cpp 477 Diag.getSourceManager().getExpansionLoc(Loc)))
  /external/clang/include/clang/Basic/
PlistSupport.h 24 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
34 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
95 FullSourceLoc Loc(SM.getExpansionLoc(L), const_cast<SourceManager &>(SM));
SourceLocation.h 284 FullSourceLoc getExpansionLoc() const;
SourceManager.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation());
200 PPLoc = SM.getExpansionLoc(PPTok.getLocation());
RewriteModernObjC.cpp 738 Loc = SM->getExpansionLoc(Loc);
    [all...]
RewriteObjC.cpp 661 Loc = SM->getExpansionLoc(Loc);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 127 (*path.begin())->getLocation().asLocation().getExpansionLoc().getFileID();
145 SMgr.getExpansionLoc((*path.rbegin())->getLocation().asLocation()),
147 FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getLocStart()), SMgr);
353 const char *TokInstantiationPtr =Pos.getExpansionLoc().getCharacterData();
470 FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
587 SourceLocation InstantiationStart = SM.getExpansionLoc(Range.getBegin());
590 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd());
PlistDiagnostics.cpp 432 FullSourceLoc UL(SM->getExpansionLoc(UPDLoc.asLocation()),
434 FullSourceLoc UFunL(SM->getExpansionLoc(
442 FullSourceLoc L(SM->getExpansionLoc(D->getLocation().asLocation()),
444 FullSourceLoc FunL(SM->getExpansionLoc(Body->getLocStart()), *SM);
PathDiagnostic.cpp 226 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
237 SourceLocation L = SMgr.getExpansionLoc(I->getBegin());
240 L = SMgr.getExpansionLoc(I->getEnd());
    [all...]
BugReporter.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 143 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()),
TransformActions.cpp 72 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
75 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
76 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
387 if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
400 if (SM.isInSystemHeader(SM.getExpansionLoc(loc)))
422 loc = SM.getExpansionLoc(loc);
483 loc = SM.getExpansionLoc(loc);
497 SM.getExpansionLoc(parentIndent)));
507 loc = SM.getExpansionLoc(loc);
TransGCAttrs.cpp 178 return SM.isInFileID(SM.getExpansionLoc(Loc), SM.getMainFileID());
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 35 B = SM.getExpansionLoc(B);
36 E = SM.getExpansionLoc(E);
546 SM.getExpansionLoc(Tok.getLocation()) == LLoc.first) {
  /external/clang/lib/Frontend/
DependencyGraph.cpp 81 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
DependencyFile.cpp 48 SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(Loc)));
242 SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(Loc)));
VerifyDiagnosticConsumer.cpp 131 Loc = SrcManager->getExpansionLoc(Loc);
  /external/clang/tools/libclang/
CXSourceLocation.cpp 253 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc);
  /external/clang/lib/Index/
USRGeneration.cpp 32 Loc = SM.getExpansionLoc(Loc);
  /external/clang/lib/Lex/
TokenLexer.cpp 60 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation());
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 586 SourceLocation SL = SM.getExpansionLoc(D->getLocation());
  /external/clang/lib/Sema/
Sema.cpp 790 SourceMgr.getExpansionLoc(FD->getLocation())))
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 107 CurLoc = CGM.getContext().getSourceManager().getExpansionLoc(Loc);
    [all...]

Completed in 964 milliseconds

1 2