Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h465 bool isFunctionDeclarationScope() const { in isFunctionDeclarationScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1094 if (P->isFunctionDeclarationScope() && in ActOnLambdaExpressionAfterIntroducer()
H A DSemaType.cpp3170 } else if (!SemaRef.getCurScope()->isFunctionDeclarationScope()) { in GetDeclSpecTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7653 if (getCurScope()->isFunctionDeclarationScope() && !getLangOpts().CPlusPlus) { in ParseFunctionDeclarator()