Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h438 bool isFunctionDeclarationScope() const { in isFunctionDeclarationScope() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp6830 if (getCurScope()->isFunctionDeclarationScope() && !getLangOpts().CPlusPlus) { in ParseFunctionDeclarator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp3478 } else if (!SemaRef.getCurScope()->isFunctionDeclarationScope()) { in GetDeclSpecTypeForDeclarator()