OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionScopeInfo
(Results
1 - 14
of
14
) sorted by null
/external/clang/include/clang/Sema/
SemaLambda.h
23
/// \brief Examines the
FunctionScopeInfo
stack to determine the nearest
26
/// If successful, returns the index into Sema's
FunctionScopeInfo
stack
31
ArrayRef<const sema::
FunctionScopeInfo
*> FunctionScopes,
AnalysisBasedWarnings.h
28
class
FunctionScopeInfo
;
93
void IssueWarnings(Policy P,
FunctionScopeInfo
*fscope,
ScopeInfo.h
10
// This file defines
FunctionScopeInfo
and its subclasses, which contain
80
class
FunctionScopeInfo
{
243
// because by that point the DenseMap in
FunctionScopeInfo
has already been
306
FunctionScopeInfo
(const
FunctionScopeInfo
&) = default;
360
FunctionScopeInfo
(DiagnosticsEngine &Diag)
373
virtual ~
FunctionScopeInfo
();
380
class CapturingScopeInfo : public
FunctionScopeInfo
{
491
:
FunctionScopeInfo
(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
562
static bool classof(const
FunctionScopeInfo
*FSI) {
[
all
...]
Sema.h
198
class
FunctionScopeInfo
;
432
/// element, which is used to cache a single
FunctionScopeInfo
434
SmallVector<sema::
FunctionScopeInfo
*, 4> FunctionScopes;
[
all
...]
/external/clang/lib/Sema/
ScopeInfo.cpp
10
// This file implements
FunctionScopeInfo
and its subclasses, which contain
26
void
FunctionScopeInfo
::Clear() {
57
FunctionScopeInfo
::WeakObjectProfileTy::BaseInfoTy
58
FunctionScopeInfo
::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
118
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
133
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE,
141
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
147
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
152
void
FunctionScopeInfo
::recordUseOfWeak(const ObjCMessageExpr *Msg,
160
void
FunctionScopeInfo
::markSafeWeakUse(const Expr *E)
[
all
...]
SemaCoroutine.cpp
103
static
FunctionScopeInfo
*
260
static ExprResult buildPromiseCall(Sema &S,
FunctionScopeInfo
*Coroutine,
363
FunctionScopeInfo
*Fn = getCurFunction();
Sema.cpp
127
FunctionScopes.push_back(new
FunctionScopeInfo
(Diags));
[
all
...]
AnalysisBasedWarnings.cpp
[
all
...]
SemaLambda.cpp
27
/// \brief Examines the
FunctionScopeInfo
stack to determine the nearest
30
/// If successful, returns the index into Sema's
FunctionScopeInfo
stack
52
/// \param FunctionScopes - Sema's stack of nested
FunctionScopeInfo
's (which a
58
/// the index (into Sema's
FunctionScopeInfo
stack) of the innermost lambda
64
ArrayRef<const clang::sema::
FunctionScopeInfo
*> FunctionScopes,
135
/// \brief Examines the
FunctionScopeInfo
stack to determine the nearest
138
/// If successful, returns the index into Sema's
FunctionScopeInfo
stack
158
/// \param FunctionScopes - Sema's stack of nested
FunctionScopeInfo
's (which a
166
/// the index (into Sema's
FunctionScopeInfo
stack) of the innermost lambda
171
ArrayRef<const sema::
FunctionScopeInfo
*> FunctionScopes
[
all
...]
SemaStmt.cpp
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
Completed in 2010 milliseconds