Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
DIncludeFixerPlugin.cpp66 llvm::ErrorOr<std::unique_ptr<include_fixer::YamlSymbolIndex>> SymbolIdx( in ParseArgs() local
70 SymbolIdx = include_fixer::YamlSymbolIndex::createFromFile(Input); in ParseArgs()
76 SymbolIdx = include_fixer::YamlSymbolIndex::createFromDirectory( in ParseArgs()
80 return std::move(*SymbolIdx); in ParseArgs()
/external/clang/lib/Parse/
DParseExprCXX.cpp2241 unsigned SymbolIdx = 0; in ParseUnqualifiedIdOperator() local
2249 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2260 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2261 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2271 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2285 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2286 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2299 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2300 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp2538 unsigned SymbolIdx = 0; in ParseUnqualifiedIdOperator() local
2546 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2557 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2558 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2568 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2582 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2583 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2596 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2597 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
/external/llvm/lib/Object/
DMachOObjectFile.cpp758 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() local
767 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize; in getRelocationSymbol()
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp2143 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() local
2152 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize; in getRelocationSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2133 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() local
2142 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize; in getRelocationSymbol()