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

/external/clang/lib/AST/
H A DExpr.cpp1012 /// returning, it updates the *StartToken to the TokNo of the token being found
1029 unsigned TokNo = 0; local
1032 TokNo = *StartToken;
1038 assert(TokNo < getNumConcatenated() && "Invalid byte number!");
1039 SourceLocation StrTokLoc = getStrTokenLoc(TokNo);
1055 *StartToken = TokNo;
1073 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) {
1081 *StartToken = TokNo;
1087 ++TokNo;

Completed in 102 milliseconds