Searched defs:FunctionScopeInfo (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DScopeInfo.cpp10 // This file implements FunctionScopeInfo and its subclasses, which contain
26 void FunctionScopeInfo::Clear() {
58 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
59 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
121 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
136 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE,
144 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
150 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
155 void FunctionScopeInfo::recordUseOfWeak(const ObjCMessageExpr *Msg,
163 void FunctionScopeInfo
[all...]
/external/clang/include/clang/Sema/
H A DScopeInfo.h10 // This file defines FunctionScopeInfo and its subclasses, which contain
81 class FunctionScopeInfo { class in namespace:clang::sema
251 // because by that point the DenseMap in FunctionScopeInfo has already been
314 FunctionScopeInfo(const FunctionScopeInfo&) = default;
376 FunctionScopeInfo(DiagnosticsEngine &Diag) function in class:clang::sema::FunctionScopeInfo
391 virtual ~FunctionScopeInfo();
398 class CapturingScopeInfo : public FunctionScopeInfo {
516 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
590 static bool classof(const FunctionScopeInfo *FS
[all...]

Completed in 78 milliseconds