Lines Matching refs:ParmVarDecl
246 const ParmVarDecl *Callback, in create_call_once_funcptr_call()
272 const ParmVarDecl *Callback, in create_call_once_lambda_call()
323 const ParmVarDecl *Flag = D->getParamDecl(0); in create_call_once()
324 const ParmVarDecl *Callback = D->getParamDecl(1); in create_call_once()
407 const ParmVarDecl *PDecl = D->getParamDecl(ParamIdx); in create_call_once()
483 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once()
493 const ParmVarDecl *Block = D->getParamDecl(1); in create_dispatch_once()
568 const ParmVarDecl *PV = D->getParamDecl(1); in create_dispatch_sync()
610 const ParmVarDecl *OldValue = D->getParamDecl(0); in create_OSAtomicCompareAndSwap()
613 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap()
618 const ParmVarDecl *TheValue = D->getParamDecl(2); in create_OSAtomicCompareAndSwap()