OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionScopeInfo
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Sema/
ScopeInfo.cpp
10
// This file implements
FunctionScopeInfo
and its subclasses, which contain
25
void
FunctionScopeInfo
::Clear() {
44
FunctionScopeInfo
::WeakObjectProfileTy::BaseInfoTy
45
FunctionScopeInfo
::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
91
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
106
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE,
114
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
120
FunctionScopeInfo
::WeakObjectProfileTy::WeakObjectProfileTy(
125
void
FunctionScopeInfo
::recordUseOfWeak(const ObjCMessageExpr *Msg,
133
void
FunctionScopeInfo
::markSafeWeakUse(const Expr *E)
[
all
...]
AnalysisBasedWarnings.cpp
[
all
...]
Sema.cpp
115
FunctionScopes.push_back(new
FunctionScopeInfo
(Diags));
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
AnalysisBasedWarnings.h
28
class
FunctionScopeInfo
;
92
void IssueWarnings(Policy P,
FunctionScopeInfo
*fscope,
ScopeInfo.h
10
// This file defines
FunctionScopeInfo
and its subclasses, which contain
75
class
FunctionScopeInfo
{
204
// because by that point the DenseMap in
FunctionScopeInfo
has already been
308
FunctionScopeInfo
(DiagnosticsEngine &Diag)
317
virtual ~
FunctionScopeInfo
();
324
class CapturingScopeInfo : public
FunctionScopeInfo
{
441
:
FunctionScopeInfo
(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
506
static bool classof(const
FunctionScopeInfo
*FSI) {
534
static bool classof(const
FunctionScopeInfo
*FSI) {
574
static bool classof(const
FunctionScopeInfo
*FSI)
[
all
...]
Sema.h
192
class
FunctionScopeInfo
;
290
/// element, which is used to cache a single
FunctionScopeInfo
292
SmallVector<sema::
FunctionScopeInfo
*, 4> FunctionScopes;
[
all
...]
Completed in 119 milliseconds