Home
last modified time | relevance | path

Searched defs:SpellingLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DSourceManager.h270 unsigned SpellingLoc; variable
313 static ExpansionInfo create(SourceLocation SpellingLoc, in create()
340 static ExpansionInfo createForMacroArg(SourceLocation SpellingLoc, in createForMacroArg()
816 FileID getFileID(SourceLocation SpellingLoc) const { in getFileID()
955 unsigned getFileOffset(SourceLocation SpellingLoc) const { in getFileOffset()
/external/clang/lib/AST/
DStmtDumper.cpp183 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc); in DumpLocation() local
/external/clang/lib/Basic/
DSourceManager.cpp566 SourceManager::createMacroArgExpansionLoc(SourceLocation SpellingLoc, in createMacroArgExpansionLoc()
575 SourceManager::createExpansionLoc(SourceLocation SpellingLoc, in createExpansionLoc()
/external/clang/lib/Lex/
DLexer.cpp171 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc, in Create_PragmaLexer()
1150 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc); in GetMappedTokenLoc() local
/external/clang/lib/Serialization/
DASTReader.cpp1197 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntryRecord() local