Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp150 const auto *Fun = cast<CXXMethodDecl>(Result.Declaration); in handleDeclaration() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp909 __anonefbc91920402(auto &&Fun) process() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp426 DeclaratorChunk::FunctionTypeInfo &Fun = getFunctionTypeInfo(); isExplicitObjectMemberFunction() local
[all...]
H A DSema.cpp2549 if (const auto *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { tryExprAsCall() local
H A DSemaOverload.cpp6323 GetExplicitObjectExpr(Sema & S,Expr * Obj,const FunctionDecl * Fun) GetExplicitObjectExpr() argument
6340 InitializeExplicitObjectArgument(Sema & S,Expr * Obj,FunctionDecl * Fun) InitializeExplicitObjectArgument() argument
11079 } else if (FunctionDecl *Fun NoteAllOverloadCandidates() local
12992 if (FunctionDecl *Fun = ComplainNoMatchesFound() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp685 const FunctionDecl *Fun) { in propagateReturnType()
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1591 FunctionTypeInfo Fun; global() member