HomeSort by relevance Sort by last modified time
    Searched defs:FunctionScopeInfo (Results 1 - 2 of 2) 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...]
  /external/clang/include/clang/Sema/
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...]

Completed in 202 milliseconds