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.h620 ParameterIndexTable ParamIndices; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13373 ParamIndices[D] = index; in setParameterIndex()
13377 ParameterIndexTable::const_iterator I = ParamIndices.find(D); in getParameterIndex()
13378 assert(I != ParamIndices.end() && in getParameterIndex()