Searched defs:ContextParamPos (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1179 unsigned ContextParamPos = Record[Idx++]; local
1183 if (I != ContextParamPos)
/external/clang/lib/Sema/
H A DTreeTransform.h10814 unsigned ContextParamPos = CD->getContextParamPosition(); local
10817 if (I != ContextParamPos) {

Completed in 103 milliseconds