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

  /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/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/clang/lib/Tooling/Core/
Replacement.cpp 128 SourceLocation SpellingBegin = Sources.getSpellingLoc(Range.getBegin());
129 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd());
142 setFromSourceLocation(Sources, Sources.getSpellingLoc(Range.getBegin()),
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 52 if (!SM.getFileEntryForID(SM.getFileID(SM.getSpellingLoc(Loc))))
58 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).first);
380 Begin = SM->getSpellingLoc(Begin);
381 End = SM->getSpellingLoc(End);
458 SpellingLoc = SM.getSpellingLoc(SpellingLoc);
  /external/clang/unittests/Lex/
LexerTest.cpp 324 SourceLocation fileLsqrLoc = SourceMgr.getSpellingLoc(macroLsqrLoc);
325 SourceLocation fileIdLoc = SourceMgr.getSpellingLoc(macroIdLoc);
326 SourceLocation fileRsqrLoc = SourceMgr.getSpellingLoc(macroRsqrLoc);
  /external/clang/include/clang/Basic/
SourceLocation.h 285 FullSourceLoc getSpellingLoc() const;
SourceManager.h 311 SourceLocation getSpellingLoc() const {
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 99 SM.getSpellingLoc(TL.getAttrEnumOperandLoc()),
  /external/clang/lib/Edit/
Commit.cpp 251 SourceLocation spellLoc = SourceMgr.getSpellingLoc(loc);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaCodeComplete.cpp 525 SemaRef.SourceMgr.getSpellingLoc(ND->getLocation()))))
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation());
47 return FirstEnd == SM.getSpellingLoc(Second.getLocation());
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 569 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc);
    [all...]
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 112 Lexer::MeasureTokenLength(SM.getSpellingLoc(Loc), SM, LangOpts);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 150 unsigned Length = Lexer::MeasureTokenLength(SM.getSpellingLoc(EndLoc),
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 844 milliseconds