Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunctionDecl

3121 ::AddAddressOverloadResolutionStep(FunctionDecl *Function,
3161 InitializationSequence::AddUserConversionStep(FunctionDecl *Function,
3642 if (FunctionDecl *Fn
4059 FunctionDecl *Function = Best->Function;
4672 FunctionDecl *Function = Best->Function;
4928 /// Tries to get a FunctionDecl out of `E`. If it succeeds and we can take the
4932 if (!DRE || !isa<FunctionDecl>(DRE->getDecl()))
4936 cast<FunctionDecl>(DRE->getDecl()));
6108 const FunctionDecl *MoveFunction = CE->getDirectCallee();
6507 FunctionDecl *Fn = Step->Function.Function;
7115 auto *FD = cast<FunctionDecl>(cast<DeclRefExpr>(Args[0])->getDecl());