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

/external/clang/lib/Parse/
H A DParseDecl.cpp4073 /// \param DisambiguatingWithExpression True to indicate that the purpose of
4075 bool Parser::isDeclarationSpecifier(bool DisambiguatingWithExpression) { argument
4100 if (DisambiguatingWithExpression &&
4208 return !DisambiguatingWithExpression ||
/external/clang/include/clang/Parse/
H A DParser.h1794 bool isDeclarationSpecifier(bool DisambiguatingWithExpression = false);

Completed in 80 milliseconds