Searched defs:getAttrs (Results 1 - 8 of 8) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPreference.java58 public AttributeSet getAttrs() { method in class:ShadowPreference
/external/clang/tools/libclang/
H A DIndexingContext.h253 const CXIdxAttrInfo *const *getAttrs() const { function in class:clang::cxindex::AttrListInfo
/external/clang/include/clang/AST/
H A DDeclBase.h424 AttrVec &getAttrs() { function in class:clang::Decl
425 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs());
427 const AttrVec &getAttrs() const;
432 getAttrs().push_back(A);
445 return hasAttrs() ? getAttrs().begin() : nullptr;
448 return hasAttrs() ? getAttrs().end() : nullptr;
455 AttrVec &Vec = getAttrs();
478 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr;
481 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
H A DStmt.h848 ArrayRef<const Attr*> getAttrs() const { function in class:clang::AttributedStmt
/external/clang/lib/AST/
H A DDeclBase.cpp286 const AttrVec &V = getAttrs();
617 const AttrVec &Decl::getAttrs() const { function in class:Decl
/external/clang/include/clang/Sema/
H A DDeclSpec.h1367 const AttributeList *getAttrs() const { function in struct:clang::DeclaratorChunk
2050 if (getTypeObject(i).getAttrs())
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2139 milliseconds