Searched refs:FDecl (Results 1 – 2 of 2) sorted by relevance
241 clang::FunctionDecl *FDecl = Decl->getAsFunction(); in MarkUsed() local242 if (!FDecl || !FDecl->isThisDeclarationADefinition()) in MarkUsed()246 mContext->markUsedByReducePragma(FDecl, RSContext::CheckNameNo); in MarkUsed()
173 clang::FunctionDecl *FDecl = Decl->getAsFunction(); in lookupFunction() local174 if (!FDecl || !FDecl->isThisDeclarationADefinition()) in lookupFunction()181 << FDecl->getLocation().printToString(S.PP.getSourceManager()); in lookupFunction()185 Ret = FDecl; in lookupFunction()