Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp296 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPre() local
373 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPost() local
410 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in checkPre() local
613 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in getPrintfFormatArgumentNum() local
703 const FunctionDecl *FDecl, in checkTaintedBufferSize()
DCStringChecker.cpp1760 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall() local
/external/clang/lib/Sema/
DSemaChecking.cpp490 void Sema::checkCall(NamedDecl *FDecl, in checkCall()
532 void Sema::CheckConstructorCall(FunctionDecl *FDecl, in CheckConstructorCall()
544 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall()
955 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local
1593 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local
DSemaExpr.cpp696 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion()
2320 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local
3634 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType()
3659 FunctionDecl *FDecl, in ConvertArgumentsForCall()
3756 FunctionDecl *FDecl, in GatherArgumentsForCall()
4080 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
DSemaCodeComplete.cpp2807 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
3873 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in CodeCompleteCall() local
DSemaLookup.cpp2121 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(Fn); in FindAssociatedClassesAndNamespaces() local
DSemaOverload.cpp9922 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
9967 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp209 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local
6042 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
/external/clang/lib/AST/
DExpr.cpp1165 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in isBuiltinCall() local