Searched refs:mayBeAbstract (Results 1 – 4 of 4) sorted by relevance
1001 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, in TryParseDeclarator() argument1037 if (mayBeAbstract && in TryParseDeclarator()1055 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier); in TryParseDeclarator()1062 } else if (!mayBeAbstract) { in TryParseDeclarator()1077 if (!mayBeAbstract && !isCXXFunctionDeclarator()) in TryParseDeclarator()
1983 if (mayBeAbstract()) { in completeDefinition()2019 bool CXXRecordDecl::mayBeAbstract() const { in mayBeAbstract() function in CXXRecordDecl
1693 bool mayBeAbstract() const;
2547 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier = true,