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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1790 unsigned SymbolIdx = 0; local
1798 SymbolLocations[SymbolIdx++] = ConsumeToken();
1809 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
1810 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
1820 SymbolLocations[SymbolIdx++] = ConsumeToken(); \
1834 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
1835 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
1848 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
1849 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp747 uint32_t SymbolIdx = RE->Word1 & 0xffffff; local
753 for (unsigned i = 0; i < SymbolIdx; i++) {

Completed in 146 milliseconds