Searched defs:Fun (Results 1 – 9 of 9) sorted by relevance
17 void Fun() { printf( "Fun fun fun!\n" ); } // ERROR - private in Fun() function
46 void Fun(T foo) in Fun() function
60 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
412 LLVMValueRef Fun; member1219 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
820 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()
685 const FunctionDecl *Fun) { in propagateReturnType()
2497 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
10657 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local12522 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
1575 FunctionTypeInfo Fun; member