Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1192 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
DSemaCodeComplete.cpp1792 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
1793 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
1794 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()
4145 if (BlockScopeInfo *BSI = getCurBlock()) in CodeCompleteReturn()
DSemaLookup.cpp4335 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
DSemaChecking.cpp2414 BlockScopeInfo *CurBlock = getCurBlock(); in SemaBuiltinVAStartImpl()
2524 if (BlockScopeInfo *CurBlock = getCurBlock()) in SemaBuiltinVAStartARM()
DSemaExpr.cpp2995 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
11420 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
11432 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
DTreeTransform.h11005 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/external/clang/include/clang/Sema/
DSema.h1197 sema::BlockScopeInfo *getCurBlock();