Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h465 bool isFunctionDeclarationScope() const { in isFunctionDeclarationScope() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp1094 if (P->isFunctionDeclarationScope() && in ActOnLambdaExpressionAfterIntroducer()
HDSemaType.cpp3170 } else if (!SemaRef.getCurScope()->isFunctionDeclarationScope()) { in GetDeclSpecTypeForDeclarator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp7653 if (getCurScope()->isFunctionDeclarationScope() && !getLangOpts().CPlusPlus) { in ParseFunctionDeclarator()