Searched refs:mayBeAbstract (Results 1 – 4 of 4) sorted by relevance
791 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, in TryParseDeclarator() argument820 if (mayBeAbstract && in TryParseDeclarator()838 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier); in TryParseDeclarator()845 } else if (!mayBeAbstract) { in TryParseDeclarator()861 if (!mayBeAbstract && !isCXXFunctionDeclarator()) in TryParseDeclarator()
1343 if (mayBeAbstract()) { in completeDefinition()1379 bool CXXRecordDecl::mayBeAbstract() const { in mayBeAbstract() function in CXXRecordDecl
1618 bool mayBeAbstract() const;
2021 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier=true);