Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp947 } else if (getCurBlock() || getCurLambda()) { in DiagnoseAvailabilityOfDecl()
DSemaCodeComplete.cpp385 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
2319 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
2320 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
2321 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
DSema.cpp2030 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
DSemaExpr.cpp3464 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
15175 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
15188 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
19409 else if (getCurBlock() || getCurLambda()) in ActOnObjCAvailabilityCheckExpr()
DSemaLookup.cpp4731 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
DSemaOpenMP.cpp2178 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()
18690 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
DTreeTransform.h13747 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/external/clang/lib/Sema/
DSema.cpp1185 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
DSemaCodeComplete.cpp1804 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
1805 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
1806 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()
4165 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
DSemaLookup.cpp4417 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
DSemaExpr.cpp3060 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
11952 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
11964 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
DSemaChecking.cpp3139 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStartImpl()
3256 if (BlockScopeInfo *CurBlock = getCurBlock()) in SemaBuiltinVAStartARM()
DTreeTransform.h11341 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/external/clang/include/clang/Sema/
DSema.h1217 sema::BlockScopeInfo *getCurBlock();
/external/llvm-project/clang/include/clang/Sema/
DSema.h1749 sema::BlockScopeInfo *getCurBlock();