Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h314 unsigned SpellingLoc; variable
363 static ExpansionInfo create(SourceLocation SpellingLoc, in create()
391 static ExpansionInfo createForMacroArg(SourceLocation SpellingLoc, in createForMacroArg()
964 FileID getFileID(SourceLocation SpellingLoc) const { in getFileID()
975 StringRef getFilename(SourceLocation SpellingLoc) const { in getFilename()
1139 unsigned getFileOffset(SourceLocation SpellingLoc) const { in getFileOffset()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp453 SourceLocation SpellingLoc = Loc; in emitMacroExpansions() local
/external/clang/lib/Basic/
DSourceManager.cpp602 SourceManager::createMacroArgExpansionLoc(SourceLocation SpellingLoc, in createMacroArgExpansionLoc()
611 SourceManager::createExpansionLoc(SourceLocation SpellingLoc, in createExpansionLoc()
/external/clang/lib/Lex/
DLexer.cpp170 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc, in Create_PragmaLexer()
1036 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc); in GetMappedTokenLoc() local
/external/clang/lib/AST/
DASTDumper.cpp452 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc); in dumpLocation() local
/external/clang/lib/Serialization/
DASTReader.cpp1263 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry() local