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

/external/clang/lib/Parse/
H A DParseDecl.cpp3660 /// \param DisambiguatingWithExpression True to indicate that the purpose of
3662 bool Parser::isDeclarationSpecifier(bool DisambiguatingWithExpression) { argument
3690 if (DisambiguatingWithExpression &&
3787 return !DisambiguatingWithExpression ||
/external/clang/include/clang/Parse/
H A DParser.h1616 bool isDeclarationSpecifier(bool DisambiguatingWithExpression = false);

Completed in 79 milliseconds