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

/external/clang/lib/Analysis/
H A DUninitializedValues.cpp46 // DeclToIndex: a mapping from Decls we track to value indices.
50 class DeclToIndex { class in namespace:__anon17784
53 DeclToIndex() {} function in class:__anon17784::DeclToIndex
66 void DeclToIndex::computeMap(const DeclContext &dc) {
77 Optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const {
110 DeclToIndex declToIndex;

Completed in 380 milliseconds