Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp416 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
2475 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
2476 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
2477 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
H A DSema.cpp2345 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
H A DSemaLookup.cpp5068 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaTemplateInstantiateDecl.cpp1238 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
H A DSemaExpr.cpp15953 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
15966 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
H A DSemaOpenMP.cpp2376 (SemaRef.getCurCapturedRegion() || SemaRef.getCurBlock() || in isOpenMPCapturedDecl()
22228 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
H A DTreeTransform.h15852 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h773 sema::BlockScopeInfo *getCurBlock();