Lines Matching refs:ParmVarDecl
261 const ParmVarDecl *Callback, in create_call_once_funcptr_call()
287 const ParmVarDecl *Callback, in create_call_once_lambda_call()
354 const ParmVarDecl *Flag = D->getParamDecl(0); in create_call_once()
355 const ParmVarDecl *Callback = D->getParamDecl(1); in create_call_once()
438 const ParmVarDecl *PDecl = D->getParamDecl(ParamIdx); in create_call_once()
513 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once()
523 const ParmVarDecl *Block = D->getParamDecl(1); in create_dispatch_once()
597 const ParmVarDecl *PV = D->getParamDecl(1); in create_dispatch_sync()
639 const ParmVarDecl *OldValue = D->getParamDecl(0); in create_OSAtomicCompareAndSwap()
642 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap()
647 const ParmVarDecl *TheValue = D->getParamDecl(2); in create_OSAtomicCompareAndSwap()