Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1806 unsigned ContextParamPos = Record.readInt(); in VisitCapturedDecl() local
1810 if (I != ContextParamPos) in VisitCapturedDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15446 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt() local
15449 if (I != ContextParamPos) { in TransformCapturedStmt()