HomeSort by relevance Sort by last modified time
    Searched refs:getExpansionLoc (Results 1 - 25 of 36) 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 480 Diag.getSourceManager().getExpansionLoc(Loc)))
  /external/clang/include/clang/Basic/
PlistSupport.h 23 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
33 FileID FID = SM.getFileID(SM.getExpansionLoc(L));
94 FullSourceLoc Loc(SM.getExpansionLoc(L), const_cast<SourceManager &>(SM));
SourceLocation.h 285 FullSourceLoc getExpansionLoc() const;
SourceManager.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteMacros.cpp 115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation());
200 PPLoc = SM.getExpansionLoc(PPTok.getLocation());
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 129 path.front()->getLocation().asLocation().getExpansionLoc().getFileID();
147 SMgr.getExpansionLoc(path.back()->getLocation().asLocation()),
149 FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getLocStart()), SMgr);
241 FullSourceLoc L(SMgr.getExpansionLoc(UPDLoc.isValid()
371 const char *TokInstantiationPtr =Pos.getExpansionLoc().getCharacterData();
488 FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
605 SourceLocation InstantiationStart = SM.getExpansionLoc(Range.getBegin());
608 SourceLocation InstantiationEnd = SM.getExpansionLoc(Range.getEnd());
PlistDiagnostics.cpp 110 SM.getExpansionLoc(I->getStart().asRange().getBegin()));
115 SourceRange EndEdge(SM.getExpansionLoc(I->getEnd().asRange().getBegin()));
396 FullSourceLoc L(SM->getExpansionLoc(UPDLoc.isValid()
445 FullSourceLoc UFunL(SM->getExpansionLoc(
453 FullSourceLoc FunL(SM->getExpansionLoc(Body->getLocStart()), *SM);
PathDiagnostic.cpp 221 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
232 SourceLocation L = SMgr.getExpansionLoc(I->getBegin());
235 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 176 return SM.isInFileID(SM.getExpansionLoc(Loc), SM.getMainFileID());
  /external/clang/lib/Rewrite/
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 82 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
DependencyFile.cpp 50 SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(Loc)));
284 SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(Loc)));
VerifyDiagnosticConsumer.cpp 128 Loc = SrcManager->getExpansionLoc(Loc);
  /external/clang/tools/libclang/
CXSourceLocation.cpp 250 SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc);
  /external/v8/tools/clang/traffic_annotation_extractor/
traffic_annotation_extractor.cpp 162 source_location = result.SourceManager->getExpansionLoc(source_location);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 213 SourceManager.getExpansionLoc(Node.getLocStart()));
233 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
259 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
    [all...]
  /external/clang/lib/Lex/
TokenLexer.cpp 60 MacroDefStart = SM.getExpansionLoc(Tokens[0].getLocation());
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 597 SL = SM.getExpansionLoc(SL);
  /external/clang/lib/Sema/
Sema.cpp     [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 505 // The built-in isExpansionInFileMatching matcher uses getExpansionLoc below.
511 source_manager.getExpansionLoc(Node.getLocStart());
    [all...]
  /development/vndk/tools/header-checker/src/dumper/
abi_wrappers.cpp 154 clang::SourceLocation expansion_location = sm.getExpansionLoc(location);
    [all...]

Completed in 957 milliseconds

1 2