Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h441 bool isFunctionDeclarationScope() const { in isFunctionDeclarationScope() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp6983 if (getCurScope()->isFunctionDeclarationScope() && !getLangOpts().CPlusPlus) { in ParseFunctionDeclarator()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3545 } else if (!SemaRef.getCurScope()->isFunctionDeclarationScope()) { in GetDeclSpecTypeForDeclarator()