OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionScopeInfo
(Results
1 - 12
of
12
) 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
81
class
FunctionScopeInfo
{
225
// because by that point the DenseMap in
FunctionScopeInfo
has already been
329
FunctionScopeInfo
(DiagnosticsEngine &Diag)
342
virtual ~
FunctionScopeInfo
();
349
class CapturingScopeInfo : public
FunctionScopeInfo
{
451
:
FunctionScopeInfo
(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
512
static bool classof(const
FunctionScopeInfo
*FSI) {
540
static bool classof(const
FunctionScopeInfo
*FSI) {
582
static bool classof(const
FunctionScopeInfo
*FSI)
[
all
...]
Sema.h
196
class
FunctionScopeInfo
;
368
/// element, which is used to cache a single
FunctionScopeInfo
370
SmallVector<sema::
FunctionScopeInfo
*, 4> FunctionScopes;
[
all
...]
/external/clang/lib/Sema/
ScopeInfo.cpp
10
// This file implements
FunctionScopeInfo
and its subclasses, which contain
25
void
FunctionScopeInfo
::Clear() {
50
FunctionScopeInfo
::WeakObjectProfileTy::BaseInfoTy
51
FunctionScopeInfo
::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
96
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
111
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE,
119
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
125
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
130
void
FunctionScopeInfo
::recordUseOfWeak(const ObjCMessageExpr *Msg,
138
void
FunctionScopeInfo
::markSafeWeakUse(const Expr *E)
[
all
...]
AnalysisBasedWarnings.cpp
[
all
...]
Sema.cpp
129
FunctionScopes.push_back(new
FunctionScopeInfo
(Diags));
[
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
...]
SemaExprObjC.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
Completed in 55 milliseconds