Searched defs:FDecl (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | GenericTaintChecker.cpp | 295 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPre() local 372 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPost() local 409 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in checkPre() local 612 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in getPrintfFormatArgumentNum() local 699 const FunctionDecl *FDecl, in checkTaintedBufferSize()
|
| HD | CStringChecker.cpp | 1875 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 114 static void SemaBuiltinMemChkCall(Sema &S, FunctionDecl *FDecl, in SemaBuiltinMemChkCall() 228 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID, in CheckBuiltinFunctionCall() 1164 const NamedDecl *FDecl, in DiagnoseCStringFormatDirectiveInCFAPI() 1211 const NamedDecl *FDecl, in CheckNonNullArguments() 1305 void Sema::checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, in checkCall() 1357 void Sema::CheckConstructorCall(FunctionDecl *FDecl, in CheckConstructorCall() 1369 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() 1856 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local 2653 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local 4756 static unsigned getAbsoluteValueFunctionKind(const FunctionDecl *FDecl) { in getAbsoluteValueFunctionKind() [all …]
|
| HD | SemaExpr.cpp | 921 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion() 2727 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local 4225 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType() 4266 FunctionDecl *FDecl, in TryTypoCorrectionForCall() 4314 FunctionDecl *FDecl, in ConvertArgumentsForCall() 4428 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() 4661 const FunctionDecl *FDecl, in rewriteBuiltinFunctionDecl() 4833 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); in ActOnCallExpr() local 4913 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
|
| HD | SemaLookup.cpp | 2501 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
|
| HD | SemaOverload.cpp | 10784 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local 10826 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
|
| HD | SemaCodeComplete.cpp | 2950 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteModernObjC.cpp | 210 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local 5943 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Expr.cpp | 1231 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in getBuiltinCallee() local
|