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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp4126 /// \param DisambiguatingWithExpression True to indicate that the purpose of
4128 bool Parser::isDeclarationSpecifier(bool DisambiguatingWithExpression) { argument
4156 if (DisambiguatingWithExpression &&
4274 return !DisambiguatingWithExpression ||
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1685 bool isDeclarationSpecifier(bool DisambiguatingWithExpression = false);

Completed in 70 milliseconds