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 | 1872 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 729 const NamedDecl *FDecl, in CheckNonNullArguments() 756 void Sema::checkCall(NamedDecl *FDecl, ArrayRef<const Expr *> Args, in checkCall() 799 void Sema::CheckConstructorCall(FunctionDecl *FDecl, in CheckConstructorCall() 811 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() 1287 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local 1951 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local 3759 static unsigned getAbsoluteValueFunctionKind(const FunctionDecl *FDecl) { in getAbsoluteValueFunctionKind() 3814 const FunctionDecl *FDecl = nullptr; in emitReplacement() local 3873 static bool IsFunctionStdAbs(const FunctionDecl *FDecl) { in IsFunctionStdAbs() 3897 const FunctionDecl *FDecl, in CheckAbsoluteValueFunction()
|
D | SemaExpr.cpp | 854 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion() 2627 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local 4040 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType() 4081 FunctionDecl *FDecl, in TryTypoCorrectionForCall() 4128 FunctionDecl *FDecl, in ConvertArgumentsForCall() 4243 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() 4652 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
|
D | SemaCodeComplete.cpp | 2824 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local 3852 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in CodeCompleteCall() local
|
D | SemaLookup.cpp | 2306 FunctionDecl *FDecl = (*I)->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
|
D | SemaOverload.cpp | 10579 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local 10621 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 208 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local 5973 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1220 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in getBuiltinCallee() local
|