Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h553 ParameterIndexTable ParamIndices; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp11209 ParamIndices[D] = index; in setParameterIndex()
11213 ParameterIndexTable::const_iterator I = ParamIndices.find(D); in getParameterIndex()
11214 assert(I != ParamIndices.end() && in getParameterIndex()