Home
last modified time | relevance | path

Searched refs:getCurBlock (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2260 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
H A DSemaCodeComplete.cpp391 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
2376 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
2377 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
2378 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
H A DSemaLookup.cpp5105 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaTemplateInstantiateDecl.cpp1149 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
H A DSemaExpr.cpp3530 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
16183 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
16196 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
H A DSemaOpenMP.cpp2316 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()
22633 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
H A DTreeTransform.h14347 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1969 sema::BlockScopeInfo *getCurBlock();