Home
last modified time | relevance | path

Searched refs:StrTokSpellingLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp696 SourceLocation StrTokSpellingLoc = SM.getSpellingLoc(StrTokLoc); in getLocationOfByte() local
699 std::pair<FileID, unsigned> LocInfo =SM.getDecomposedLoc(StrTokSpellingLoc); in getLocationOfByte()
703 return StrTokSpellingLoc; in getLocationOfByte()
713 Lexer TheLexer(StrTokSpellingLoc, Features, Buffer.begin(), StrData, in getLocationOfByte()