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
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
[all...]
/external/clang/include/clang/Sema/
H A DScopeInfo.h10 // This file defines FunctionScopeInfo and its subclasses, which contain
75 class FunctionScopeInfo { class in namespace:clang::sema
204 // because by that point the DenseMap in FunctionScopeInfo has already been
308 FunctionScopeInfo(DiagnosticsEngine &Diag) function in class:clang::sema::FunctionScopeInfo
317 virtual ~FunctionScopeInfo();
324 class CapturingScopeInfo : public FunctionScopeInfo {
441 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
506 static bool classof(const FunctionScopeInfo *FSI) {
534 static bool classof(const FunctionScopeInfo *FSI) {
574 static bool classof(const FunctionScopeInfo *FS
[all...]

Completed in 67 milliseconds