Searched refs:FunDecl (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp29 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const {
30 if (!FunDecl)
32 IdentifierInfo *funI = FunDecl->getIdentifier();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h198 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
202 const FunctionDecl *FunDecl = getCalleeDecl(CE); local
203 return getCalleeName(FunDecl);
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1648 NamedDecl *FunDecl = dyn_cast_or_null<NamedDecl>(Exp->getCalleeDecl());
1649 if(!FunDecl || !FunDecl->hasAttrs())
1657 AttrVec &ArgAttrs = FunDecl->getAttrs();
1664 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl,
1671 getMutexIDs(ExclusiveLocksToAdd, A, Exp, FunDecl,
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1973 Decl *FunDecl = local
1978 CommonLateParsedAttrs[i]->addDecl(FunDecl);
1981 LateParsedAttrs[i]->addDecl(FunDecl);
/external/clang/lib/Sema/
H A DSemaOverload.cpp9013 if (FunctionDecl *FunDecl = dyn_cast<FunctionDecl>(Fn)) {
9016 if (S.CheckCUDATarget(Caller, FunDecl))
9021 FunDecl->getType()) ||
9022 S.IsNoReturnConversion(FunDecl->getType(), TargetFunctionType,
9025 cast<FunctionDecl>(FunDecl->getCanonicalDecl())));

Completed in 297 milliseconds