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 183 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc);
187 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
  /external/clang/include/clang/Basic/
SourceManager.h 264 /// the token was ultimately expanded, and the SpellingLoc - where the actual
269 /// SpellingLoc - Where the spelling for the token can be found.
270 unsigned SpellingLoc;
282 return SourceLocation::getFromRawEncoding(SpellingLoc);
309 /// the expansion range (where the macro is expanded), and SpellingLoc
313 static ExpansionInfo create(SourceLocation SpellingLoc,
316 X.SpellingLoc = SpellingLoc.getRawEncoding();
327 /// one token. SpellingLoc specifies the spelling location (where the
328 /// characters from the token come from). ExpansionLoc and SpellingLoc ca
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 171 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc,
178 FileID SpellingFID = SM.getFileID(SpellingLoc);
185 const char *StrData = SM.getCharacterData(SpellingLoc);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 177 milliseconds