HomeSort by relevance Sort by last modified time
    Searched refs:Attrs (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/clang/lib/Parse/
ParseDecl.cpp 42 ParsedAttributes *Attrs) {
49 if (Attrs)
50 DS.addAttributes(Attrs->getList());
114 void Parser::ParseGNUAttributes(ParsedAttributes &attrs,
162 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc,
166 attrs.addNew(AttrName, AttrNameLoc, 0, AttrNameLoc,
186 ParsedAttributes &Attrs,
196 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
202 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
207 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc)
4695 attrs, T.getCloseLocation()); local
5281 attrs, T.getCloseLocation()); local
    [all...]
ParseDeclCXX.cpp 85 ParsedAttributes attrs(AttrFactory);
88 ParseGNUAttributes(attrs);
98 if (!attrs.empty())
170 attrs.getList());
178 InlineLoc, attrs, T);
194 ParsedAttributes& attrs,
198 ParsedAttributesWithRange attrs(AttrFactory);
199 MaybeParseCXX11Attributes(attrs);
200 MaybeParseMicrosoftAttributes(attrs);
201 ParseExternalDeclaration(attrs);
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 285 const std::string &Attrs) {
296 if (!Attrs.empty())
297 O << "[" << Attrs << "]";
  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 84 const AttributeSet &Attrs);
  /external/llvm/lib/AsmParser/
LLParser.h 336 AttributeSet Attrs;
337 ParamInfo(LocTy loc, Value *v, AttributeSet attrs)
338 : Loc(loc), V(v), Attrs(attrs) {}
357 AttributeSet Attrs;
360 : Loc(L), Ty(ty), Attrs(Attr), Name(N) {}
LLParser.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 558 AttributeSet Attrs = CI->getAttributes().getFnAttributes();
559 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
560 CreateAttributeSetSlot(Attrs);
563 AttributeSet Attrs = II->getAttributes().getFnAttributes();
564 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
565 CreateAttributeSetSlot(Attrs);
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
Android.mk 12 Attrs.inc \
  /external/clang/lib/StaticAnalyzer/Checkers/
Android.mk 7 Attrs.inc \
  /external/llvm/lib/MC/
MCSectionMachO.cpp 255 StringRef Attrs = Comma.first;
258 std::pair<StringRef, StringRef> Plus = Attrs.split('+');
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 242 Attrs = ObjCPropertyDecl::OBJC_PR_noattr;
246 Attrs = PD->getPropertyAttributesAsWritten();
284 if (Attrs & ObjCPropertyDecl::OBJC_PR_assign)
  /external/clang/
clang-tblgen-rules.mk 68 ifneq ($(findstring Attrs.inc,$(TBLGEN_TABLES)),)
69 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/Attrs.inc
70 $(intermediates)/include/clang/AST/Attrs.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
71 $(intermediates)/include/clang/AST/Attrs.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
  /external/clang/include/clang/AST/
Comment.h 465 void setAttrs(ArrayRef<Attribute> Attrs) {
466 Attributes = Attrs;
467 if (!Attrs.empty()) {
468 const Attribute &Attr = Attrs.back();
Stmt.h 810 const Attr *Attrs[1];
814 AttributedStmt(SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt)
816 NumAttrs(Attrs.size()) {
817 memcpy(this->Attrs, Attrs.data(), Attrs.size() * sizeof(Attr*));
822 memset(Attrs, 0, NumAttrs * sizeof(Attr*));
827 ArrayRef<const Attr*> Attrs, Stmt *SubStmt);
833 return ArrayRef<const Attr*>(Attrs, NumAttrs);
    [all...]
CommentSema.h 182 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 274 struct DSP_STRMATTR Attrs; /* Stream attributes for this stream */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 268 struct DSP_STRMATTR Attrs; /* Stream attributes for this stream */
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 743 bool parseOptionalAttributes(Attributes &Attrs);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/skia/legacy/src/animator/
SkScript2.h 34 enum Attrs {
  /external/skia/src/animator/
SkScript2.h 34 enum Attrs {
  /external/clang/tools/libclang/
IndexingContext.cpp 76 Attrs.push_back(AttrInfo(CXIdxAttr_Unexposed, C, Loc, A));
79 Attrs.push_back(AttrInfo(CXIdxAttr_IBAction, C, Loc, A));
82 Attrs.push_back(AttrInfo(CXIdxAttr_IBOutlet, C, Loc, A));
111 for (unsigned i = 0, e = Attrs.size(); i != e; ++i)
112 CXAttrs.push_back(&Attrs[i]);
118 AttrListInfo *attrs = SA.allocate<AttrListInfo>(); local
119 return new (attrs) AttrListInfo(D, IdxCtx);
    [all...]

Completed in 617 milliseconds

12 3 4