Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp5301 SourceLocation GetTokenLoc(unsigned tokI) { in GetTokenLoc() argument
5302 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc()
5304 bool isFunctionMacroToken(unsigned tokI) const { in isFunctionMacroToken()
5305 return getTok(tokI).int_data[3] != 0; in isFunctionMacroToken()
5307 SourceLocation getFunctionMacroTokenLoc(unsigned tokI) const { in getFunctionMacroTokenLoc()
5308 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc()
5684 SourceLocation getTokenLoc(unsigned tokI) { in getTokenLoc() argument
5685 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc()
5688 void setFunctionMacroTokenLoc(unsigned tokI, SourceLocation loc) { in setFunctionMacroTokenLoc() argument
5691 getTok(tokI).int_data[3] = loc.getRawEncoding(); in setFunctionMacroTokenLoc()