Home
last modified time | relevance | path

Searched refs:DisambiguatingWithExpression (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp50 bool DisambiguatingWithExpression /*=false*/) { in isCXXDeclarationStatement() argument
66 if (DisambiguatingWithExpression) { in isCXXDeclarationStatement()
H A DParseDecl.cpp5413 bool DisambiguatingWithExpression) { in isDeclarationSpecifier() argument
5445 if (DisambiguatingWithExpression && in isDeclarationSpecifier()
5572 return !DisambiguatingWithExpression || in isDeclarationSpecifier()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2461 bool DisambiguatingWithExpression = false);
2485 bool isDeclarationStatement(bool DisambiguatingWithExpression = false) {
2487 return isCXXDeclarationStatement(DisambiguatingWithExpression);
2554 bool isCXXDeclarationStatement(bool DisambiguatingWithExpression = false);