Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp387 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
2371 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
2372 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
2373 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
H A DSema.cpp2153 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
H A DSemaLookup.cpp4790 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaTemplateInstantiateDecl.cpp1095 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
H A DSemaExpr.cpp3471 if (const BlockScopeInfo *BSI = getCurBlock()) in BuildPredefinedExpr()
15415 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
15428 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
H A DSemaOpenMP.cpp2189 (getCurCapturedRegion() || getCurBlock() || getCurLambda())) { in isOpenMPCapturedDecl()
20508 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
H A DTreeTransform.h14052 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1897 sema::BlockScopeInfo *getCurBlock();