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

1 2 3

  /external/clang/lib/Basic/
SourceLocation.cpp 60 SM.getSpellingLoc(*this).print(OS, SM);
91 FullSourceLoc FullSourceLoc::getSpellingLoc() const {
93 return FullSourceLoc(SrcMgr->getSpellingLoc(*this), *SrcMgr);
SourceManager.cpp     [all...]
  /external/v8/tools/clang/pass_to_move/
PassToMove.cpp 54 result.SourceManager->getSpellingLoc(arg->getLocStart()), 0,
64 result.SourceManager->getSpellingLoc(callee->getOperatorLoc()),
65 result.SourceManager->getSpellingLoc(call_expr->getRParenLoc())),
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 64 result.SourceManager->getSpellingLoc(member->getOperatorLoc()),
65 result.SourceManager->getSpellingLoc(target->getLocEnd()));
  /external/clang/lib/Lex/
TokenConcatenation.cpp 55 const char *Ptr = SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation()));
134 return *SM.getCharacterData(SM.getSpellingLoc(Tok.getLocation()));
164 SourceLocation PrevSpellLoc = SM.getSpellingLoc(PrevTok.getLocation());
165 SourceLocation SpellLoc = SM.getSpellingLoc(Tok.getLocation());
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 70 result.SourceManager->getSpellingLoc(expr->getLocStart()),
71 result.SourceManager->getSpellingLoc(expr->getLocEnd()));
85 result.SourceManager->getSpellingLoc(sub_expr->getLocStart()),
86 result.SourceManager->getSpellingLoc(sub_expr->getLocEnd()));
142 result.SourceManager->getSpellingLoc(begin),
143 result.SourceManager->getSpellingLoc(end));
  /external/clang/unittests/Lex/
LexerTest.cpp 328 SourceLocation fileLsqrLoc = SourceMgr.getSpellingLoc(macroLsqrLoc);
329 SourceLocation fileIdLoc = SourceMgr.getSpellingLoc(macroIdLoc);
330 SourceLocation fileRsqrLoc = SourceMgr.getSpellingLoc(macroRsqrLoc);
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 82 SourceRange spelling_range(manager.getSpellingLoc(range.getBegin()));
455 InBannedDirectory(instance().getSourceManager().getSpellingLoc(loc)));
538 loc = Lexer::getLocForEndOfToken(manager.getSpellingLoc(range.getEnd()),
611 if (InBannedDirectory(manager.getSpellingLoc(loc)))
    [all...]
ChromeClassTester.cpp 335 SourceLocation spelling_location = source_manager.getSpellingLoc(loc);
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 401 Begin = SM->getSpellingLoc(Begin);
402 End = SM->getSpellingLoc(End);
428 SourceLocation SpellingLoc = SM.getSpellingLoc(Loc);
  /external/clang/lib/Tooling/Core/
Replacement.cpp 122 SourceLocation SpellingBegin = Sources.getSpellingLoc(Range.getBegin());
123 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd());
136 setFromSourceLocation(Sources, Sources.getSpellingLoc(Range.getBegin()),
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 144 instance_.getSourceManager().getSpellingLoc(fd->getLocation())))
722 SourceLocation spelling_location = source_manager.getSpellingLoc(loc);
  /external/clang/include/clang/Basic/
SourceLocation.h 286 FullSourceLoc getSpellingLoc() const;
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 103 Lexer::MeasureTokenLength(SM.getSpellingLoc(Loc), SM, LangOpts);
130 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0;
176 if (SM.isInSystemHeader(SM.getSpellingLoc(Loc)))
259 if (SM.isInSystemHeader(SM.getSpellingLoc(LocStart)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 286 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
SourceLocation.h 286 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
SourceLocation.h 286 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
SourceLocation.h 356 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
SourceLocation.h 356 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
SourceLocation.h 356 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
SourceLocation.h 356 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 286 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
SourceLocation.h 286 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
SourceLocation.h 286 FullSourceLoc getSpellingLoc() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
SourceLocation.h 356 FullSourceLoc getSpellingLoc() const;

Completed in 654 milliseconds

1 2 3