Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2259 bool mayBeFollowedByCXXDirectInit() const { in mayBeFollowedByCXXDirectInit() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6717 if (D.mayOmitIdentifier() && D.mayBeFollowedByCXXDirectInit()) { in ParseDirectDeclarator()
6828 if (getLangOpts().CPlusPlus && D.mayBeFollowedByCXXDirectInit()) { in ParseDirectDeclarator()
7300 ParseTrailingReturnType(Range, D.mayBeFollowedByCXXDirectInit()); in ParseFunctionDeclarator()