HomeSort by relevance Sort by last modified time
    Searched refs:FunctionScopeInfo (Results 1 - 13 of 13) 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 {
232 // because by that point the DenseMap in FunctionScopeInfo has already been
346 FunctionScopeInfo(DiagnosticsEngine &Diag)
359 virtual ~FunctionScopeInfo();
366 class CapturingScopeInfo : public FunctionScopeInfo {
474 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
545 static bool classof(const FunctionScopeInfo *FSI) {
573 static bool classof(const FunctionScopeInfo *FSI) {
615 static bool classof(const FunctionScopeInfo *FSI)
    [all...]
Sema.h 196 class FunctionScopeInfo;
380 /// element, which is used to cache a single FunctionScopeInfo
382 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() {
54 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
55 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
115 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
130 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE,
138 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
144 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
149 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg,
157 void FunctionScopeInfo::markSafeWeakUse(const Expr *E)
    [all...]
AnalysisBasedWarnings.cpp     [all...]
Sema.cpp 127 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...]
SemaStmt.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 1055 milliseconds