Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1524 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
H A DSemaCodeComplete.cpp1989 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
1990 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
1991 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()
4807 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
H A DSemaExpr.cpp3076 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
13542 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
13555 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
16863 else if (getCurBlock() || getCurLambda()) in ActOnObjCAvailabilityCheckExpr()
H A DSemaLookup.cpp4502 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaDeclAttr.cpp8316 } else if (getCurBlock() || getCurLambda()) { in DiagnoseAvailabilityOfDecl()
H A DTreeTransform.h12222 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
H A DSemaOpenMP.cpp1578 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1376 sema::BlockScopeInfo *getCurBlock();