Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp2154 unsigned SymbolIdx = 0; in ParseUnqualifiedIdOperator() local
2162 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2173 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2174 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2184 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2198 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2199 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2212 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2213 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
/external/llvm/lib/Object/
DMachOObjectFile.cpp698 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() local
707 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize; in getRelocationSymbol()