HomeSort by relevance Sort by last modified time
    Searched refs:Attrs (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/clang/include/clang/AST/
DeclBase.h 426 void setAttrs(const AttrVec& Attrs) {
427 return setAttrsImpl(Attrs, getASTContext());
902 void setAttrsImpl(const AttrVec& Attrs, ASTContext &Ctx);
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 192 AttrVec &Attrs = D->getAttrs();
193 for (AttrVec::const_iterator i=Attrs.begin(), e=Attrs.end(); i!=e; ++i) {
    [all...]
Stmt.cpp 286 ArrayRef<const Attr*> Attrs,
289 sizeof(Attr*) * (Attrs.size() - 1),
291 return new (Mem) AttributedStmt(Loc, Attrs, SubStmt);
    [all...]
CommentSema.cpp 480 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
483 Tag->setAttrs(Attrs);
    [all...]
DumpXML.cpp 83 DISPATCH(dispatch##BASE##Attrs, BASE); \
136 DISPATCH(dispatch##BASE##Attrs, BASE); \
  /external/clang/tools/libclang/
IndexingContext.h 240 SmallVector<AttrInfo, 2> Attrs;
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 294 const AttributeSet &Attrs) {
310 CI->setAttributes(Attrs);
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 462 SmallVector<AttributeSet, 8> Attrs;
492 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
495 MAttributes.push_back(AttributeSet::get(Context, Attrs));
496 Attrs.clear();
501 Attrs.push_back(MAttributeGroups[Record[i]]);
503 MAttributes.push_back(AttributeSet::get(Context, Attrs));
504 Attrs.clear();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 485 SmallVector<AttributeSet, 8> Attrs;
514 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
517 MAttributes.push_back(AttributeSet::get(Context, Attrs));
518 Attrs.clear();
523 Attrs.push_back(MAttributeGroups[Record[i]]);
525 MAttributes.push_back(AttributeSet::get(Context, Attrs));
526 Attrs.clear();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 765 SmallVector<AttributeSet, 8> Attrs;
795 Attrs.push_back(AttributeSet::get(Context, Record[i], B));
798 MAttributes.push_back(AttributeSet::get(Context, Attrs));
799 Attrs.clear();
804 Attrs.push_back(MAttributeGroups[Record[i]]);
806 MAttributes.push_back(AttributeSet::get(Context, Attrs));
807 Attrs.clear();
    [all...]
  /external/chromium_org/tools/grit/grit/node/
base.py 43 self.attrs = {} # The set of attributes (keys to values)
135 name_attr = child.attrs['name']
171 self.attrs[attrib] = value
222 if mandatt in self.attrs:
233 if not defattr in self.attrs:
234 self.attrs[defattr] = self.DefaultAttributes()[defattr]
264 for attrib, value in sorted(self.attrs.items()):
391 return self.attrs['file']
411 if not 'translateable' in self.attrs:
414 return self.attrs['translateable'] == 'true
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 450 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record);
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 297 const std::vector<AttributeSet> &Attrs = VE.getAttributes();
298 if (Attrs.empty()) return;
303 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
304 const AttributeSet &A = Attrs[i];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 138 const std::vector<AttributeSet> &Attrs = VE.getAttributes();
139 if (Attrs.empty()) return;
144 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
145 const AttributeSet &A = Attrs[i];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 161 const std::vector<AttributeSet> &Attrs = VE.getAttributes();
162 if (Attrs.empty()) return;
167 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
168 const AttributeSet &A = Attrs[i];
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 166 const std::vector<AttributeSet> &Attrs = VE.getAttributes();
167 if (Attrs.empty()) return;
172 for (unsigned i = 0, e = Attrs.size(); i != e; ++i) {
173 const AttributeSet &A = Attrs[i];
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 174 AttrVec Attrs;
175 Reader.ReadAttributes(F, Attrs, Record, Idx);
178 assert(NumAttrs == Attrs.size());
179 std::copy(Attrs.begin(), Attrs.end(), S->Attrs);
    [all...]
ASTReaderDecl.cpp 373 AttrVec Attrs;
374 Reader.ReadAttributes(F, Attrs, Record, Idx);
377 D->setAttrsImpl(Attrs, Reader.getContext());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /build/tools/droiddoc/templates-ds/
class.cs 29 <?cs if:subcount(cl.attrs) ?>
42 <?cs if:subcount(class.attrs) ?>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
231 <?cs def:write_attr_summary(attrs, included) ?>
238 <?cs each:attr=attrs ?>
273 || subcount(class.attrs)
295 <?cs if:subcount(class.attrs) ?>
298 <?cs call:write_attr_summary(class.attrs, 1) ?>
301 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 29 <?cs if:subcount(cl.attrs) ?>
42 <?cs if:subcount(class.attrs) ?>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
231 <?cs def:write_attr_summary(attrs, included) ?>
238 <?cs each:attr=attrs ?>
273 || subcount(class.attrs)
295 <?cs if:subcount(class.attrs) ?>
298 <?cs call:write_attr_summary(class.attrs, 1) ?>
301 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 29 <?cs if:subcount(cl.attrs) ?>
42 <?cs if:subcount(class.attrs) ?>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
231 <?cs def:write_attr_summary(attrs, included) ?>
238 <?cs each:attr=attrs ?>
273 || subcount(class.attrs)
295 <?cs if:subcount(class.attrs) ?>
298 <?cs call:write_attr_summary(class.attrs, 1) ?>
301 <?cs # if there are inherited attrs, write the table ?
    [all...]

Completed in 4596 milliseconds

1 23 4