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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPreference.java58 public AttributeSet getAttrs() { method in class:ShadowPreference
/external/clang/tools/libclang/
H A DCXIndexDataConsumer.h257 const CXIdxAttrInfo *const *getAttrs() const { function in class:clang::cxindex::AttrListInfo
/external/llvm/lib/Analysis/
H A DStratifiedSets.h236 AliasAttrs getAttrs() { function in struct:llvm::cflaa::StratifiedSetsBuilder::BuilderLink
497 auto FromAttrs = LinksFrom->getAttrs();
514 LinksInto->setAttrs(LinksFrom->getAttrs());
530 auto Attrs = Current->getAttrs();
533 Attrs |= Current->getAttrs();
/external/clang/lib/AST/
H A DDeclBase.cpp336 const AttrVec &V = getAttrs();
721 const AttrVec &Decl::getAttrs() const { function in class:Decl
/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.h422 uint16_t getAttrs() const { return Attrs; } function in struct:NodeBase
424 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); }
/external/clang/include/clang/AST/
H A DDeclBase.h444 AttrVec &getAttrs() { function
445 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs());
447 const AttrVec &getAttrs() const;
452 getAttrs().push_back(A);
465 return hasAttrs() ? getAttrs().begin() : nullptr;
468 return hasAttrs() ? getAttrs().end() : nullptr;
475 AttrVec &Vec = getAttrs();
497 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr;
500 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
H A DStmt.h862 ArrayRef<const Attr*> getAttrs() const { function in class:clang::AttributedStmt
/external/clang/include/clang/Sema/
H A DDeclSpec.h1468 const AttributeList *getAttrs() const { function in struct:clang::DeclaratorChunk
2193 if (getTypeObject(i).getAttrs())
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1877 milliseconds