Searched defs:TokLocs (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2185 SmallVector<SourceLocation, 4> TokLocs; local
2195 TokLocs.push_back(ConsumeStringToken());
2209 Lexer::AdvanceToTokenCharacter(TokLocs[Literal.getUDSuffixToken()],
2215 TokLocs.push_back(SuffixLoc);
2227 DiagLoc = TokLocs.front();
2238 SourceRange(TokLocs.front(), TokLocs.back()), Str);
/external/clang/include/clang/AST/
H A DExpr.h1482 SourceLocation TokLocs[1]; member in class:clang::StringLiteral
1571 return TokLocs[TokNum];
1575 TokLocs[TokNum] = L;
1590 tokloc_iterator tokloc_begin() const { return TokLocs; }
1591 tokloc_iterator tokloc_end() const { return TokLocs+NumConcatenated; }
1593 SourceLocation getLocStart() const LLVM_READONLY { return TokLocs[0]; }
1595 return TokLocs[NumConcatenated - 1];

Completed in 124 milliseconds