Searched defs:DeclarationStatement (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgStatement.hpp71 class DeclarationStatement : public Statement class in namespace:rsg
74 DeclarationStatement (GeneratorState& state, Variable* variable = DE_NULL);
75 virtual ~DeclarationStatement (void);
H A DrsgStatement.cpp59 { getWeight<DeclarationStatement>, create<DeclarationStatement> },
247 DeclarationStatement::DeclarationStatement (GeneratorState& state, Variable* variable) function in class:rsg::DeclarationStatement
317 DeclarationStatement::~DeclarationStatement (void)
322 float DeclarationStatement::getWeight (const GeneratorState& state)
333 void DeclarationStatement::tokenize (GeneratorState& state, TokenStream& str) const
346 void DeclarationStatement::execute (ExecutionContext& execCtx) const
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2449 const DeclStmt* const DeclarationStatement = local
2451 return DeclarationStatement != nullptr &&
2452 InnerMatcher.matches(*DeclarationStatement, Finder, Builder);

Completed in 276 milliseconds