Searched defs:FDecl (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | 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()
|
D | CStringChecker.cpp | 1959 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 148 static void SemaBuiltinMemChkCall(Sema &S, FunctionDecl *FDecl, in SemaBuiltinMemChkCall() 262 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID, in CheckBuiltinFunctionCall() 1229 const NamedDecl *FDecl, in DiagnoseCStringFormatDirectiveInCFAPI() 1276 const NamedDecl *FDecl, in CheckNonNullArguments() 1370 void Sema::checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, in checkCall() 1422 void Sema::CheckConstructorCall(FunctionDecl *FDecl, in CheckConstructorCall() 1434 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() 1928 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local 2294 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinNontemporalOverloaded() local 2840 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local [all …]
|
D | SemaExpr.cpp | 934 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion() 2701 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local 4352 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType() 4393 FunctionDecl *FDecl, in TryTypoCorrectionForCall() 4439 FunctionDecl *FDecl, in ConvertArgumentsForCall() 4553 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() 4787 const FunctionDecl *FDecl, in rewriteBuiltinFunctionDecl() 4959 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); in ActOnCallExpr() local 5039 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
|
D | SemaLookup.cpp | 2676 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
|
D | SemaOverload.cpp | 11133 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local 11189 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
|
D | SemaCodeComplete.cpp | 2950 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 210 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local 5924 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1268 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in getBuiltinCallee() local
|