Home
last modified time | relevance | path

Searched refs:FDecl (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_pragma_handler.cpp241 clang::FunctionDecl *FDecl = Decl->getAsFunction(); in MarkUsed() local
242 if (!FDecl || !FDecl->isThisDeclarationADefinition()) in MarkUsed()
246 mContext->markUsedByReducePragma(FDecl, RSContext::CheckNameNo); in MarkUsed()
Dslang_rs_export_reduce.cpp173 clang::FunctionDecl *FDecl = Decl->getAsFunction(); in lookupFunction() local
174 if (!FDecl || !FDecl->isThisDeclarationADefinition()) in lookupFunction()
181 << FDecl->getLocation().printToString(S.PP.getSourceManager()); in lookupFunction()
185 Ret = FDecl; in lookupFunction()