Home
last modified time | relevance | path

Searched defs:Fun (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerExtFunctionsWindows.cpp60 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDCodeCompletion.cpp150 const auto *Fun = cast<CXXMethodDecl>(Result.Declaration); in handleDeclaration() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDGenericTaintChecker.cpp925 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp428 DeclaratorChunk::FunctionTypeInfo &Fun = getFunctionTypeInfo(); in isExplicitObjectMemberFunction() local
HDSema.cpp2540 if (const auto *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
HDSemaOverload.cpp6348 const FunctionDecl *Fun) { in GetExplicitObjectExpr()
6365 FunctionDecl *Fun) { in InitializeExplicitObjectArgument()
11091 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
13088 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDConsumed.cpp685 const FunctionDecl *Fun) { in propagateReturnType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1639 FunctionTypeInfo Fun; member