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

/external/clang/lib/Sema/
H A DSema.cpp1014 BlockScopeInfo *Sema::getCurBlock() { function in class:Sema
H A DSemaCodeComplete.cpp1733 else if (SemaRef.getCurBlock() &&
1734 !SemaRef.getCurBlock()->ReturnType.isNull())
1735 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType();
3893 if (BlockScopeInfo *BSI = getCurBlock())
H A DSemaExpr.cpp2510 if (!currentDecl && getCurBlock())
2511 currentDecl = getCurBlock()->TheDecl;
8926 = (getCurFunctionOrMethodDecl() == 0) && (getCurBlock() == 0);
9238 getCurBlock()->HasImplicitReturnType = true;
9249 BlockScopeInfo *CurBlock = getCurBlock();
9486 computeNRVO(Body, getCurBlock());
H A DSemaLookup.cpp3618 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) {
H A DSemaChecking.cpp1310 BlockScopeInfo *CurBlock = getCurBlock();
H A DTreeTransform.h8739 BlockScopeInfo *blockScope = SemaRef.getCurBlock();
/external/clang/include/clang/Sema/
H A DSema.h840 sema::BlockScopeInfo *getCurBlock();

Completed in 413 milliseconds