Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp60 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp150 const auto *Fun = cast<CXXMethodDecl>(Result.Declaration); in handleDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp925 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp428 DeclaratorChunk::FunctionTypeInfo &Fun = getFunctionTypeInfo(); in isExplicitObjectMemberFunction() local
H A DSema.cpp2540 if (const auto *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
H A DSemaOverload.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/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1639 FunctionTypeInfo Fun; member