Home | History | Annotate | Download | only in Sema

Lines Matching full:funcname

4373   FunctionCallCCC(Sema &SemaRef, const IdentifierInfo *FuncName,
4376 FunctionName(FuncName) {}
4396 DeclarationName FuncName = FDecl->getDeclName();
4400 DeclarationNameInfo(FuncName, NameLoc), Sema::LookupOrdinaryName,
4402 llvm::make_unique<FunctionCallCCC>(S, FuncName.getAsIdentifierInfo(),