Home
last modified time | relevance | path

Searched refs:Scope (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h47 class Scope {
53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope() function
76 std::stack<Scope*> mScopeStack;
84 inline Scope *getCurrentScope() { in getCurrentScope()
Dslang_rs_object_ref_count.cpp1102 void RSObjectRefCount::Scope::ReplaceRSObjectAssignment( in ReplaceRSObjectAssignment()
1128 void RSObjectRefCount::Scope::AppendRSObjectInit( in AppendRSObjectInit()
1227 void RSObjectRefCount::Scope::InsertLocalVarDestructors() { in InsertLocalVarDestructors()
1246 clang::Stmt *RSObjectRefCount::Scope::ClearRSObject( in ClearRSObject()
1454 Scope *S = new Scope(CS); in VisitCompoundStmt()
1519 clang::Stmt *RSClearObjectCall = Scope::ClearRSObject(VD, FD); in CreateStaticGlobalDtor()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp98 MDNode *Scope, *IA; in ValueEnumerator() local
99 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator()
100 if (Scope) EnumerateMetadata(Scope); in ValueEnumerator()
DBitcodeWriter.cpp1369 MDNode *Scope, *IA; in WriteFunction() local
1370 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction()
1374 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0); in WriteFunction()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2148 MDNode *Scope = 0, *IA = 0; in ParseFunctionBody() local
2149 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody()
2151 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()