Searched refs:mayBeAbstract (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp295 TPResult TPR = TryParseDeclarator(false/*mayBeAbstract*/);
480 if (State.update(TryParseDeclarator(false/*mayBeAbstract*/)))
571 TPR = TryParseDeclarator(true/*mayBeAbstract*/, false/*mayHaveIdentifier*/);
950 Parser::TPResult Parser::TryParseDeclarator(bool mayBeAbstract, argument
980 if (mayBeAbstract &&
998 TPResult TPR = TryParseDeclarator(mayBeAbstract, mayHaveIdentifier);
1005 } else if (!mayBeAbstract) {
1020 if (!mayBeAbstract && !isCXXFunctionDeclarator())
1981 TPR = TryParseDeclarator(true/*mayBeAbstract*/);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1875 if (mayBeAbstract()) {
1911 bool CXXRecordDecl::mayBeAbstract() const {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1697 bool mayBeAbstract() const;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2432 TPResult TryParseDeclarator(bool mayBeAbstract, bool mayHaveIdentifier = true,

Completed in 199 milliseconds