/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 236 AliasAttrs getAttrs() { in getAttrs() function 497 auto FromAttrs = LinksFrom->getAttrs(); in mergeDirect() 514 LinksInto->setAttrs(LinksFrom->getAttrs()); in mergeDirect() 530 auto Attrs = Current->getAttrs(); in tryMergeUpwards() 533 Attrs |= Current->getAttrs(); in tryMergeUpwards()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | DialogPreferenceTest.java | 48 assertThat(shadow.getAttrs(), sameInstance((AttributeSet) attrs)); in testConstructors() 54 assertThat(shadow.getAttrs(), sameInstance((AttributeSet) attrs)); in testConstructors()
|
D | PreferenceTest.java | 54 assertThat(shadow.getAttrs(), sameInstance((AttributeSet)attrs)); in shouldConstruct() 60 assertThat(shadow.getAttrs(), sameInstance((AttributeSet)attrs)); in shouldConstruct() 66 assertThat(shadow.getAttrs(), nullValue()); in shouldConstruct()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 444 AttrVec &getAttrs() { in getAttrs() function 445 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs()); in getAttrs() 447 const AttrVec &getAttrs() const; 452 getAttrs().push_back(A); in addAttr() 465 return hasAttrs() ? getAttrs().begin() : nullptr; in attr_begin() 468 return hasAttrs() ? getAttrs().end() : nullptr; in attr_end() 475 AttrVec &Vec = getAttrs(); in dropAttr() 497 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr; in getAttr() 500 return hasAttrs() && hasSpecificAttr<T>(getAttrs()); in hasAttr()
|
D | Stmt.h | 862 ArrayRef<const Attr*> getAttrs() const { in getAttrs() function
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPreference.java | 58 public AttributeSet getAttrs() { in getAttrs() method in ShadowPreference
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 422 uint16_t getAttrs() const { return Attrs; } in getAttrs() function 424 void setFlags(uint16_t F) { setAttrs(NodeAttrs::set_flags(getAttrs(), F)); } in setFlags()
|
D | RDFGraph.cpp | 51 uint16_t Attrs = NA.Addr->getAttrs(); in operator <<()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 522 EmitDoStmt(cast<DoStmt>(*SubStmt), S.getAttrs()); in EmitAttributedStmt() 525 EmitForStmt(cast<ForStmt>(*SubStmt), S.getAttrs()); in EmitAttributedStmt() 528 EmitWhileStmt(cast<WhileStmt>(*SubStmt), S.getAttrs()); in EmitAttributedStmt() 531 EmitCXXForRangeStmt(cast<CXXForRangeStmt>(*SubStmt), S.getAttrs()); in EmitAttributedStmt()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 257 const CXIdxAttrInfo *const *getAttrs() const { in getAttrs() function
|
D | CXIndexDataConsumer.cpp | 1158 EntityInfo.attributes = EntityInfo.AttrList->getAttrs(); in getEntityInfo()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 336 const AttrVec &V = getAttrs(); in getMaxAlignment() 721 const AttrVec &Decl::getAttrs() const { in getAttrs() function in Decl
|
D | DeclPrinter.cpp | 205 AttrVec &Attrs = D->getAttrs(); in prettyPrintAttributes() 225 AttrVec &Attrs = D->getAttrs(); in prettyPrintPragmas()
|
D | ASTDumper.cpp | 1786 for (ArrayRef<const Attr *>::iterator I = Node->getAttrs().begin(), in VisitAttributedStmt() 1787 E = Node->getAttrs().end(); in VisitAttributedStmt()
|
D | ItaniumMangle.cpp | 696 for (AttrVec::const_reverse_iterator I = FD->getAttrs().rbegin(), in mangleFunctionEncodingBareType() 697 E = FD->getAttrs().rend(); in mangleFunctionEncodingBareType()
|
D | StmtPrinter.cpp | 173 for (const auto *Attr : Node->getAttrs()) { in VisitAttributedStmt()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1086 VD->getName(), VD->hasAttrs() ? &VD->getAttrs() : nullptr); in EndOpenMPDSABlock() 4539 LCDecl->hasAttrs() ? &LCDecl->getAttrs() : nullptr); in BuildPrivateCounterVar() 8289 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPPrivateClause() 8547 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPFirstprivateClause() 8719 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPLastprivateClause() 8724 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPLastprivateClause() 9293 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPReductionClause() 9295 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPReductionClause() 9314 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPReductionClause() 9654 D->hasAttrs() ? &D->getAttrs() : nullptr); in ActOnOpenMPLinearClause() [all …]
|
D | SemaType.cpp | 2640 for (const AttributeList *attr = chunk.getAttrs(); attr; in inferARCWriteback() 3697 hasCFReturnsAttr(InnermostChunk->getAttrs()) || in GetFullTypeForDeclarator() 4105 for (const AttributeList *Attr = ReturnTypeChunk.getAttrs(); in GetFullTypeForDeclarator() 4389 const_cast<AttributeList *>(DeclType.getAttrs())); in GetFullTypeForDeclarator() 4615 for (const AttributeList *attr = chunk.getAttrs(); attr; in transferARCOwnershipToDeclaratorChunk() 5004 fillAttributedTypeLoc(TL, Chunk.getAttrs()); in VisitAttributedTypeLoc() 5167 fillAttributedTypeLoc(TL, D.getTypeObject(i).getAttrs(), DeclAttrs); in GetTypeSourceInfoForDeclarator()
|
D | SemaStmt.cpp | 3192 Attrs = &FD->getAttrs(); in BuildReturnStmt() 3200 Attrs = &MD->getAttrs(); in BuildReturnStmt()
|
D | AnalysisBasedWarnings.cpp | 1042 if (hasSpecificAttr<FallThroughAttr>(AS->getAttrs())) in asFallThroughAttr()
|
D | SemaDeclAttr.cpp | 1989 AttrVec &Attrs = D->getAttrs(); in mergeAvailabilityAttr() 6011 ::checkUnusedDeclAttributes(*this, D.getTypeObject(i).getAttrs()); in checkUnusedDeclAttributes() 6125 if (const AttributeList *Attrs = PD.getTypeObject(i).getAttrs()) in ProcessDeclAttributes()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1468 const AttributeList *getAttrs() const { in getAttrs() function 2193 if (getTypeObject(i).getAttrs()) in hasAttributes()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 997 const AttrVec &Attrs = DI->CommentDecl->getAttrs(); in visitFullComment()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 1146 const AttrVec &Attrs1 = Decl1->getAttrs(); in AttributesMatch() 1147 const AttrVec &Attrs2 = Decl2->getAttrs(); in AttributesMatch()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 122 Record.push_back(S->getAttrs().size()); in VisitAttributedStmt() 123 Record.AddAttributes(S->getAttrs()); in VisitAttributedStmt()
|