Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp947 } else if (getCurBlock() || getCurLambda()) { in DiagnoseAvailabilityOfDecl()
H A DSema.cpp2083 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
H A DSemaCodeComplete.cpp387 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
2371 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
2372 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
2373 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
H A DSemaExpr.cpp3460 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
15294 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
15307 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
19657 else if (getCurBlock() || getCurLambda()) in ActOnObjCAvailabilityCheckExpr()
H A DSemaLookup.cpp4780 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaOpenMP.cpp2189 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()
20120 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
H A DTreeTransform.h13987 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1865 sema::BlockScopeInfo *getCurBlock();