Home | History | Annotate | Download | only in Sema

Lines Matching refs:FuncName

3881   FunctionCallCCC(Sema &SemaRef, const IdentifierInfo *FuncName,
3884 FunctionName(FuncName) {}
3901 DeclarationNameInfo FuncName,
3903 FunctionCallCCC CCC(S, FuncName.getName().getAsIdentifierInfo(),
3906 S.CorrectTypo(FuncName, Sema::LookupOrdinaryName,
3910 OverloadCandidateSet OCS(FuncName.getLoc());
3919 switch (OCS.BestViableFunction(S, FuncName.getLoc(), Best)) {