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

  /external/clang/include/clang/Basic/
SourceManager.h 300 /// the token was ultimately expanded, and the SpellingLoc - where the actual
306 unsigned SpellingLoc;
318 return SourceLocation::getFromRawEncoding(SpellingLoc);
352 /// expanded), and SpellingLoc specifies the spelling location (where
355 static ExpansionInfo create(SourceLocation SpellingLoc,
358 X.SpellingLoc = SpellingLoc.getRawEncoding();
370 /// always exactly one token. SpellingLoc specifies the spelling location
372 /// SpellingLoc can both refer to normal File SLocs or expansion locations.
381 /// SpellingLoc pointing at '\c 42' and an ExpansionLoc pointing at it
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 469 SourceLocation SpellingLoc = SM.getSpellingLoc(Loc);
483 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(),
  /external/clang/include/clang/Lex/
Lexer.h 120 static Lexer *Create_PragmaLexer(SourceLocation SpellingLoc,
  /external/clang/lib/Basic/
SourceManager.cpp 591 SourceManager::createMacroArgExpansionLoc(SourceLocation SpellingLoc,
594 ExpansionInfo Info = ExpansionInfo::createForMacroArg(SpellingLoc,
600 SourceManager::createExpansionLoc(SourceLocation SpellingLoc,
606 ExpansionInfo Info = ExpansionInfo::create(SpellingLoc, ExpansionLocStart,
    [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/AST/
ASTDumper.cpp 575 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc);
579 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 305 milliseconds