Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp413 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
2468 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
2469 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
2470 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
H A DSema.cpp2343 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
H A DSemaLookup.cpp5133 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaTemplateInstantiateDecl.cpp1197 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
H A DSemaExpr.cpp16960 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
16973 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
H A DSemaOpenMP.cpp2371 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()
23384 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
H A DTreeTransform.h14818 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2044 sema::BlockScopeInfo *getCurBlock();