Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2297 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
H A DSemaCodeComplete.cpp392 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
2406 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
2407 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
2408 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
H A DSemaLookup.cpp5115 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaTemplateInstantiateDecl.cpp1157 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
H A DSemaExpr.cpp3534 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
16451 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
16464 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
H A DSemaOpenMP.cpp2348 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()
22956 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
H A DTreeTransform.h14535 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2001 sema::BlockScopeInfo *getCurBlock();