Searched defs:asDecl (Results 1 – 3 of 3) sorted by relevance
34 TIntermDeclaration *asDecl = node->getAsDeclarationNode(); in GatherFragmentOutputs() local
155 TIntermDeclaration *asDecl = node->getAsDeclarationNode(); in findColorOutput() local
284 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function