Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h481 bool isFunctionDeclarationScope() const { in isFunctionDeclarationScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1118 if (P->isFunctionDeclarationScope() && in ActOnLambdaExpressionAfterIntroducer()
H A DSemaType.cpp3222 } else if (!SemaRef.getCurScope()->isFunctionDeclarationScope()) { in GetDeclSpecTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp215 getCurScope()->isFunctionDeclarationScope()) in ParseOptionalCXXScopeSpecifier()
H A DParseDecl.cpp7314 if (getCurScope()->isFunctionDeclarationScope() && !getLangOpts().CPlusPlus) { in ParseFunctionDeclarator()