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.cpp1819 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall() local
/external/clang/lib/Sema/
DSemaChecking.cpp705 void Sema::checkCall(NamedDecl *FDecl, in checkCall()
760 void Sema::CheckConstructorCall(FunctionDecl *FDecl, in CheckConstructorCall()
772 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall()
1213 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local
1867 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local
DSemaExpr.cpp827 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion()
2482 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local
3860 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType()
3944 FunctionDecl *FDecl, in ConvertArgumentsForCall()
4080 FunctionDecl *FDecl, in GatherArgumentsForCall()
4478 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
DSemaCodeComplete.cpp2828 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
3895 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in CodeCompleteCall() local
DSemaLookup.cpp2253 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(Fn); in FindAssociatedClassesAndNamespaces() local
DSemaOverload.cpp10199 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
10241 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp209 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local
6048 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
/external/clang/lib/AST/
DExpr.cpp1181 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in isBuiltinCall() local