Home
last modified time | relevance | path

Searched refs:mayBeFollowedByCXXDirectInit (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h2256 bool mayBeFollowedByCXXDirectInit() const { in mayBeFollowedByCXXDirectInit() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp7051 if (D.mayOmitIdentifier() && D.mayBeFollowedByCXXDirectInit()) { in ParseDirectDeclarator()
7162 if (getLangOpts().CPlusPlus && D.mayBeFollowedByCXXDirectInit()) { in ParseDirectDeclarator()
7639 ParseTrailingReturnType(Range, D.mayBeFollowedByCXXDirectInit()); in ParseFunctionDeclarator()