Searched refs:DeclarationStatement (Results 1 - 5 of 5) 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
H A DrsgShaderGenerator.cpp326 shader.getGlobalStatements().push_back(new DeclarationStatement(m_state, *i));
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2449 const DeclStmt* const DeclarationStatement = local
2451 return DeclarationStatement != nullptr &&
2452 InnerMatcher.matches(*DeclarationStatement, Finder, Builder);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2982 TEST(DeclarationStatement, DoesNotMatchCompoundStatements) {
2986 TEST(DeclarationStatement, MatchesVariableDeclarationStatements) {

Completed in 306 milliseconds