Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h600 ParameterIndexTable ParamIndices; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12715 ParamIndices[D] = index; in setParameterIndex()
12719 ParameterIndexTable::const_iterator I = ParamIndices.find(D); in getParameterIndex()
12720 assert(I != ParamIndices.end() && in getParameterIndex()