Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp7325 SourceLocation GetTokenLoc(unsigned tokI) { in GetTokenLoc() argument
7326 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in GetTokenLoc()
7328 bool isFunctionMacroToken(unsigned tokI) const { in isFunctionMacroToken()
7329 return getTok(tokI).int_data[3] != 0; in isFunctionMacroToken()
7331 SourceLocation getFunctionMacroTokenLoc(unsigned tokI) const { in getFunctionMacroTokenLoc()
7332 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[3]); in getFunctionMacroTokenLoc()
7826 SourceLocation getTokenLoc(unsigned tokI) { in getTokenLoc() argument
7827 return SourceLocation::getFromRawEncoding(getTok(tokI).int_data[1]); in getTokenLoc()
7830 void setFunctionMacroTokenLoc(unsigned tokI, SourceLocation loc) { in setFunctionMacroTokenLoc() argument
7833 getTok(tokI).int_data[3] = loc.getRawEncoding(); in setFunctionMacroTokenLoc()