Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1798 unsigned ContextParamPos = Record.readInt(); in VisitCapturedDecl() local
1802 if (I != ContextParamPos) in VisitCapturedDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h16485 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt() local
16488 if (I != ContextParamPos) { in TransformCapturedStmt()