HomeSort by relevance Sort by last modified time
    Searched defs:SpellingLoc (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
StmtDumper.cpp 179 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc);
183 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
  /external/clang/include/clang/Basic/
SourceManager.h 257 /// the token was ultimately expanded, and the SpellingLoc - where the actual
262 /// SpellingLoc - Where the spelling for the token can be found.
263 unsigned SpellingLoc;
275 return SourceLocation::getFromRawEncoding(SpellingLoc);
297 /// the expansion range (where the macro is expanded), and SpellingLoc
301 static ExpansionInfo create(SourceLocation SpellingLoc,
304 X.SpellingLoc = SpellingLoc.getRawEncoding();
315 /// one token. SpellingLoc specifies the spelling location (where the
316 /// characters from the token come from). ExpansionLoc and SpellingLoc ca
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 168 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc,
175 FileID SpellingFID = SM.getFileID(SpellingLoc);
182 const char *StrData = SM.getCharacterData(SpellingLoc);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 161 milliseconds