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

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 428 SourceLocation SpellingLoc = SM.getSpellingLoc(Loc);
443 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(),
  /external/clang/include/clang/Basic/
SourceManager.h 299 /// the token was ultimately expanded, and the SpellingLoc - where the actual
305 unsigned SpellingLoc;
317 return SourceLocation::getFromRawEncoding(SpellingLoc);
351 /// expanded), and SpellingLoc specifies the spelling location (where
354 static ExpansionInfo create(SourceLocation SpellingLoc,
357 X.SpellingLoc = SpellingLoc.getRawEncoding();
369 /// always exactly one token. SpellingLoc specifies the spelling location
371 /// SpellingLoc can both refer to normal File SLocs or expansion locations.
380 /// SpellingLoc pointing at '\c 42' and an ExpansionLoc pointing at it
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 593 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc);
597 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 164 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc,
171 FileID SpellingFID = SM.getFileID(SpellingLoc);
178 const char *StrData = SM.getCharacterData(SpellingLoc);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 482 milliseconds