HomeSort by relevance Sort by last modified time
    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...]
Sema.cpp 115 FunctionScopes.push_back(new FunctionScopeInfo(Diags));
    [all...]
AnalysisBasedWarnings.cpp     [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
71 class FunctionScopeInfo {
199 // because by that point the DenseMap in FunctionScopeInfo has already been
303 FunctionScopeInfo(DiagnosticsEngine &Diag)
312 virtual ~FunctionScopeInfo();
319 class CapturingScopeInfo : public FunctionScopeInfo {
402 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
463 static bool classof(const FunctionScopeInfo *FSI) {
490 static bool classof(const FunctionScopeInfo *FSI) {
545 static bool classof(const FunctionScopeInfo *FSI)
    [all...]
Sema.h 180 class FunctionScopeInfo;
267 /// element, which is used to cache a single FunctionScopeInfo
269 SmallVector<sema::FunctionScopeInfo *, 4> FunctionScopes;
    [all...]

Completed in 70 milliseconds