Home
last modified time | relevance | path

Searched defs:FDecl (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDGenericTaintChecker.cpp295 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()
HDCStringChecker.cpp1875 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp114 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 …]
HDSemaExpr.cpp921 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
HDSemaLookup.cpp2501 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
HDSemaOverload.cpp10784 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
10826 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
HDSemaCodeComplete.cpp2950 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp210 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/
HDExpr.cpp1231 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in getBuiltinCallee() local