OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurFunction
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp
552
auto *ScopeInfo =
getCurFunction
();
636
auto *ScopeInfo = S.
getCurFunction
();
733
auto *ScopeInfo =
getCurFunction
();
931
*this,
getCurFunction
()->CoroutinePromise, Loc, "yield_value", E);
1089
FunctionScopeInfo *Fn =
getCurFunction
();
1660
auto *ScopeInfo =
getCurFunction
();
SemaStmt.cpp
391
FunctionScopeInfo *FSI =
getCurFunction
();
402
return
getCurFunction
()->CompoundScopes.back();
450
if (
getCurFunction
()->SwitchStack.empty())
455
getCurFunction
()->SwitchStack.back().getPointer()->getCond();
501
if (
getCurFunction
()->SwitchStack.empty()) {
507
getCurFunction
()->SwitchStack.back().setInt(true);
513
getCurFunction
()->SwitchStack.back().getPointer()->addSwitchCase(CS);
525
if (
getCurFunction
()->SwitchStack.empty()) {
531
getCurFunction
()->SwitchStack.back().getPointer()->addSwitchCase(DS);
1080
getCurFunction
()->SwitchStack.push_back
[
all
...]
SemaStmtAttr.cpp
37
auto *FnScope = S.
getCurFunction
();
SemaDeclObjC.cpp
464
getCurFunction
()->ObjCIsDesignatedInit = true;
465
getCurFunction
()->ObjCWarnForNoDesignatedInitChain =
468
getCurFunction
()->ObjCIsSecondaryInit = true;
469
getCurFunction
()->ObjCWarnForNoInitDelegation = true;
482
getCurFunction
()->ObjCShouldCallSuper = true;
486
getCurFunction
()->ObjCShouldCallSuper = true;
492
getCurFunction
()->ObjCShouldCallSuper =
Sema.cpp
2047
getCurFunction
()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr));
2051
FunctionScopeInfo *CurFunction =
getCurFunction
();
2060
return
getCurFunction
()->hasUnrecoverableErrorOccurred();
SemaPseudoObject.cpp
852
S.
getCurFunction
()->markSafeWeakUse(RefExpr);
971
S.
getCurFunction
()->recordUseOfWeak(SyntacticRefExpr,
SemaAvailability.cpp
948
getCurFunction
()->HasPotentialAvailabilityViolations = true;
SemaExprMember.cpp
1463
S.
getCurFunction
()->recordUseOfWeak(Result);
SemaExpr.cpp
334
<<
getCurFunction
()->HasOMPDeclareReductionCombiner;
2048
getCurFunction
()->recordUseOfWeak(E);
2879
getCurFunction
()->recordUseOfWeak(Result);
6960
getCurFunction
()->setHasBranchProtectedScope();
13091
getCurFunction
()->markSafeWeakUse(RHS.get());
13650
if (FunctionScopeInfo *FD = S.
getCurFunction
())
15497
if (
getCurFunction
()->NeedsScopeChecking() &&
15503
if (Body &&
getCurFunction
()->HasPotentialAvailabilityViolations)
15611
if (
getCurFunction
())
15612
getCurFunction
()->addBlock(BD)
[
all
...]
SemaCodeComplete.cpp
2256
if (SemaRef.
getCurFunction
() &&
2257
!SemaRef.
getCurFunction
()->SwitchStack.empty()) {
5566
if (
getCurFunction
()->SwitchStack.empty() || !CodeCompleter)
5569
SwitchStmt *Switch =
getCurFunction
()->SwitchStack.back().getPointer();
SemaExprObjC.cpp
2414
getCurFunction
()->ObjCShouldCallSuper = false;
3392
getCurFunction
()->recordUseOfWeak(Result, Prop);
SemaLookup.cpp
4799
if (SemaRef.
getCurFunction
() &&
4800
!SemaRef.
getCurFunction
()->SwitchStack.empty()) {
SemaDecl.cpp
7657
const auto *LSI = cast<LambdaScopeInfo>(
getCurFunction
());
7665
cast<LambdaScopeInfo>(
getCurFunction
())
12318
if (FunctionScopeInfo *FSI =
getCurFunction
())
13148
getCurFunction
()->addByrefBlockVar(var);
14421
FunctionScopeInfo *FSI =
getCurFunction
();
SemaOpenMP.cpp
445
const FunctionScopeInfo *CurFnScope = SemaRef.
getCurFunction
();
19386
getCurFunction
()->setHasOMPDeclareReductionCombiner();
TreeTransform.h
7711
auto *ScopeInfo = SemaRef.
getCurFunction
();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1846
sema::FunctionScopeInfo *
getCurFunction
() const {
Completed in 118 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026