Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp1337 unsigned ContextParamPos = Record[Idx++]; in VisitCapturedDecl() local
1341 if (I != ContextParamPos) in VisitCapturedDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1572 unsigned ContextParamPos = Record.readInt(); in VisitCapturedDecl() local
1576 if (I != ContextParamPos) in VisitCapturedDecl()
/external/clang/lib/Sema/
DTreeTransform.h11916 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt() local
11919 if (I != ContextParamPos) { in TransformCapturedStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h14416 unsigned ContextParamPos = CD->getContextParamPosition(); in TransformCapturedStmt() local
14419 if (I != ContextParamPos) { in TransformCapturedStmt()