Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1547 SourceLocation getStrTokenLoc(unsigned TokNum) const { in getStrTokenLoc() argument
1548 assert(TokNum < NumConcatenated && "Invalid tok number"); in getStrTokenLoc()
1549 return TokLocs[TokNum]; in getStrTokenLoc()
1551 void setStrTokenLoc(unsigned TokNum, SourceLocation L) { in setStrTokenLoc() argument
1552 assert(TokNum < NumConcatenated && "Invalid tok number"); in setStrTokenLoc()
1553 TokLocs[TokNum] = L; in setStrTokenLoc()