Home
last modified time | relevance | path

Searched refs:isFunctionDeclarationScope (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h446 bool isFunctionDeclarationScope() const { in isFunctionDeclarationScope() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7215 if (getCurScope()->isFunctionDeclarationScope() && !getLangOpts().CPlusPlus) { in ParseFunctionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3639 } else if (!SemaRef.getCurScope()->isFunctionDeclarationScope()) { in GetDeclSpecTypeForDeclarator()