Searched defs:Scope (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h50 class Scope { class in class:slang::RSObjectRefCount
58 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { function in class:slang::RSObjectRefCount::Scope
105 std::deque<Scope*> mScopeStack; // A deque used as a stack to store scopes, but also
118 inline Scope *getCurrentScope() {
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScope.java34 public class Scope { class
71 Scope.enter(scopeProviders[scopeIndex]);
74 Scope.exit();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2640 MDNode *Scope = nullptr, *IA = nullptr; local
2641 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2643 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2901 MDNode *Scope = nullptr, *IA = nullptr; local
2902 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2904 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 65 milliseconds