Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1678 unsigned ContextParamPos = Record.readInt(); in VisitCapturedDecl() local
1682 if (I != ContextParamPos) in VisitCapturedDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h15028 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt() local
15031 if (I != ContextParamPos) { in TransformCapturedStmt()