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

/external/clang/include/clang/Parse/
H A DParser.h1808 return isCXXDeclarationSpecifier() == TPResult::True;
1909 /// TPResult - Used as the result value for functions whose purpose is to
1911 enum class TPResult { class in class:clang::Parser
1925 TPResult isExpressionOrTypeSpecifierSimple(tok::TokenKind Kind);
1927 /// isCXXDeclarationSpecifier - Returns TPResult::True if it is a
1928 /// declaration specifier, TPResult::False if it is not,
1929 /// TPResult::Ambiguous if it could be either a decl-specifier or a
1930 /// function-style cast, and TPResult::Error if a parsing error was
1934 TPResult
1935 isCXXDeclarationSpecifier(TPResult BracedCastResul
[all...]

Completed in 192 milliseconds