HomeSort by relevance Sort by last modified time
    Searched refs:getSpellingLoc (Results 1 - 25 of 25) 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/Frontend/
DiagnosticRenderer.cpp 52 if (!SM.getFileEntryForID(SM.getFileID(SM.getSpellingLoc(Loc))))
58 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).first);
442 Begin = SM->getSpellingLoc(Begin);
443 End = SM->getSpellingLoc(End);
469 SourceLocation SpellingLoc = SM.getSpellingLoc(Loc);
  /external/clang/lib/Tooling/Core/
Replacement.cpp 127 SourceLocation SpellingBegin = Sources.getSpellingLoc(Range.getBegin());
128 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd());
141 setFromSourceLocation(Sources, Sources.getSpellingLoc(Range.getBegin()),
  /external/clang/unittests/Lex/
LexerTest.cpp 323 SourceLocation fileLsqrLoc = SourceMgr.getSpellingLoc(macroLsqrLoc);
324 SourceLocation fileIdLoc = SourceMgr.getSpellingLoc(macroIdLoc);
325 SourceLocation fileRsqrLoc = SourceMgr.getSpellingLoc(macroRsqrLoc);
  /external/clang/include/clang/Basic/
SourceLocation.h 286 FullSourceLoc getSpellingLoc() const;
SourceManager.h 317 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);
EditedSource.cpp 33 StringRef ArgName = Lexer::getSpelling(SourceMgr.getSpellingLoc(DefArgLoc),
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 101 Lexer::MeasureTokenLength(SM.getSpellingLoc(Loc), SM, LangOpts);
128 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaCodeComplete.cpp 525 SemaRef.SourceMgr.getSpellingLoc(ND->getLocation()))))
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 646 StringRef FilePath = SM.getFilename(SM.getSpellingLoc(Decl->getLocStart()));
    [all...]
LocalizationChecker.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 575 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc);
    [all...]
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 151 unsigned Length = Lexer::MeasureTokenLength(SM.getSpellingLoc(EndLoc),
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 747 milliseconds