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() {
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...]
  /external/clang/include/clang/Sema/
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...]

Completed in 37 milliseconds