Searched refs:RAII (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddecl-expr-ambiguity.cpp46 struct RAII { struct
47 RAII();
48 ~RAII();
56 RAII raii(); // expected-warning {{function declaration}} expected-note {{remove parentheses to declare a variable}}
/external/clang/include/clang/Parse/
H A DParser.h178 /// ColonProtectionRAIIObject RAII object.
437 /// \brief RAII class that helps handle the parsing of an open/close delimiter
693 /// \brief RAII object used to modify the scope flags for the current scope.
947 /// \brief RAII object used to inform the actions that we're
967 /// Creates a RAII object which steals the state from a different
978 /// Resets the RAII object for a new declaration.
1021 ParsingDeclSpec(Parser &P, ParsingDeclRAIIObject *RAII) argument
1022 : DeclSpec(P.AttrFactory), ParsingRAII(P, RAII) {}
1060 /// \brief RAII object used to
1992 /// DeclaratorScopeObj - RAII objec
[all...]

Completed in 53 milliseconds