Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp415 if (sema::BlockScopeInfo *BSI = S.getCurBlock()) { in enterReturn()
2559 else if (SemaRef.getCurBlock() && in AddOrdinaryNameResults()
2560 !SemaRef.getCurBlock()->ReturnType.isNull()) in AddOrdinaryNameResults()
2561 ReturnType = SemaRef.getCurBlock()->ReturnType;; in AddOrdinaryNameResults()
H A DSema.cpp2512 BlockScopeInfo *Sema::getCurBlock() { in getCurBlock() function in Sema
H A DSemaLookup.cpp5160 if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) { in AddKeywordsToConsumer()
H A DSemaTemplateInstantiateDecl.cpp1697 RT = cast<FunctionType>(SemaRef.getCurBlock()->FunctionType) in VisitVarDecl()
H A DSemaExpr.cpp16319 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
16332 BlockScopeInfo *CurBlock = getCurBlock(); in ActOnBlockArguments()
H A DSemaOpenMP.cpp2352 (SemaRef.getCurCapturedRegion() || SemaRef.getCurBlock() || in isOpenMPCapturedDecl()
23141 SemaRef.getCurBlock() || SemaRef.getCurCapturedRegion()) && in checkDeclInTargetContext()
H A DTreeTransform.h16991 BlockScopeInfo *blockScope = SemaRef.getCurBlock(); in TransformBlockExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1074 sema::BlockScopeInfo *getCurBlock();
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4650 {"_ZN5clang4Sema11getCurBlockEv", "clang::Sema::getCurBlock()"},