Searched defs:Fun (Results 1 – 8 of 8) sorted by relevance
34 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
411 LLVMValueRef Fun; member1211 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
685 const FunctionDecl *Fun) { in propagateReturnType()
2283 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
10339 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local12182 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
146 alias Fun = SetFunctionAttributes!(typeof(&impl), "D", variable
1552 FunctionTypeInfo Fun; member
3333 private struct Generator(Fun...) in Generator() argument