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() {
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
[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
225 // because by that point the DenseMap in FunctionScopeInfo has already been
329 FunctionScopeInfo(DiagnosticsEngine &Diag) function in class:clang::sema::FunctionScopeInfo
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 *FS
[all...]

Completed in 144 milliseconds