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