Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1618 SourceLocation getStrTokenLoc(unsigned TokNum) const { in getStrTokenLoc() argument
1619 assert(TokNum < NumConcatenated && "Invalid tok number"); in getStrTokenLoc()
1620 return TokLocs[TokNum]; in getStrTokenLoc()
1622 void setStrTokenLoc(unsigned TokNum, SourceLocation L) { in setStrTokenLoc() argument
1623 assert(TokNum < NumConcatenated && "Invalid tok number"); in setStrTokenLoc()
1624 TokLocs[TokNum] = L; in setStrTokenLoc()