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

/external/clang/include/clang/Parse/
H A DParser.h1900 return isCXXDeclarationSpecifier() == TPResult::True;
2008 /// TPResult - Used as the result value for functions whose purpose is to
2010 enum class TPResult { class in class:clang::Parser
2024 TPResult isExpressionOrTypeSpecifierSimple(tok::TokenKind Kind);
2026 /// isCXXDeclarationSpecifier - Returns TPResult::True if it is a
2027 /// declaration specifier, TPResult::False if it is not,
2028 /// TPResult::Ambiguous if it could be either a decl-specifier or a
2029 /// function-style cast, and TPResult::Error if a parsing error was
2033 TPResult
2034 isCXXDeclarationSpecifier(TPResult BracedCastResul
[all...]

Completed in 113 milliseconds