Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1119 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
DSemaCodeComplete.cpp1790 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
1791 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
1792 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()
3941 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
DSemaExpr.cpp2909 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
10111 = (getCurFunctionOrMethodDecl() == nullptr) && (getCurBlock() == nullptr); in ActOnStmtExpr()
10439 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
10451 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
DSemaLookup.cpp4036 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
DSemaChecking.cpp1672 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStart()
DTreeTransform.h9670 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/external/clang/include/clang/Sema/
DSema.h1089 sema::BlockScopeInfo *getCurBlock();