Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h299 unsigned SpellingLoc; variable
348 static ExpansionInfo create(SourceLocation SpellingLoc, in create()
376 static ExpansionInfo createForMacroArg(SourceLocation SpellingLoc, in createForMacroArg()
963 FileID getFileID(SourceLocation SpellingLoc) const { in getFileID()
974 StringRef getFilename(SourceLocation SpellingLoc) const { in getFilename()
1134 unsigned getFileOffset(SourceLocation SpellingLoc) const { in getFileOffset()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp447 SourceLocation SpellingLoc = Loc; in emitMacroExpansions() local
/external/clang/lib/Basic/
DSourceManager.cpp578 SourceManager::createMacroArgExpansionLoc(SourceLocation SpellingLoc, in createMacroArgExpansionLoc()
587 SourceManager::createExpansionLoc(SourceLocation SpellingLoc, in createExpansionLoc()
/external/clang/lib/Lex/
DLexer.cpp178 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc, in Create_PragmaLexer()
1040 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc); in GetMappedTokenLoc() local
/external/clang/lib/AST/
DASTDumper.cpp382 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc); in dumpLocation() local
/external/clang/lib/Serialization/
DASTReader.cpp1002 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry() local