Searched defs:AttributeList (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py111 class AttributeList(NodeListBase): class in inherits:NodeListBase
194 assert attribute_list is None or isinstance(attribute_list, AttributeList)
240 assert attribute_list is None or isinstance(attribute_list, AttributeList)
316 assert attribute_list is None or isinstance(attribute_list, AttributeList)
/external/llvm/lib/IR/
H A DModule.cpp99 AttributeSet AttributeList) {
106 New->setAttributes(AttributeList);
131 AttributeSet AttributeList,
146 AttributeList);
97 getOrInsertFunction(StringRef Name, FunctionType *Ty, AttributeSet AttributeList) argument
130 getOrInsertFunction(StringRef Name, AttributeSet AttributeList, Type *RetTy, ...) argument
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLToken.h90 typedef Vector<Attribute, 10> AttributeList; typedef in class:blink::HTMLToken
351 const AttributeList& attributes() const
447 AttributeList m_attributes;
/external/clang/include/clang/Sema/
H A DAttributeList.h1 //===--- AttributeList.h - Parsed attribute sets ----------------*- C++ -*-===//
10 // This file defines the AttributeList class, which is used to collect
59 /// AttributeList as an argument.
63 /// AttributeList - Represents a syntactic attribute.
72 class AttributeList { // TODO: This should really be called ParsedAttribute class in namespace:clang
132 AttributeList *NextInPosition;
135 AttributeList *NextInPool;
207 AttributeList(const AttributeList &) LLVM_DELETED_FUNCTION;
208 void operator=(const AttributeList
215 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
229 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
252 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
272 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
291 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
304 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, function in class:clang::AttributeList
[all...]
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp12 class AttributeList { class in namespace:clang
100 AttributeList::Kind AttributeList::getKind(const IdentifierInfo * Name) {
105 return llvm::StringSwitch < AttributeList::Kind > (AttrName)
251 // CHECK-tokens: Keyword: "class" [12:3 - 12:8] ClassDecl=AttributeList:12:9 (Definition)
252 // CHECK-tokens: Identifier: "AttributeList" [12:9 - 12:22] ClassDecl=AttributeList:12:9 (Definition)
253 // CHECK-tokens: Punctuation: "{" [12:23 - 12:24] ClassDecl=AttributeList:12:9 (Definition)
399 // CHECK-tokens: Punctuation: ";" [32:6 - 32:7] ClassDecl=AttributeList:12:9 (Definition)
401 // CHECK-tokens: Identifier: "Kind" [33:12 - 33:16] TypeRef=enum clang::AttributeList
[all...]
/external/llvm/include/llvm/IR/
H A DInstructions.h1228 AttributeSet AttributeList; ///< parameter attributes for call member in class:llvm::CallInst
1352 const AttributeSet &getAttributes() const { return AttributeList; }
1356 void setAttributes(const AttributeSet &Attrs) { AttributeList = Attrs; }
1376 return AttributeList.getParamAlignment(i);
1443 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
2952 AttributeSet AttributeList; member in class:llvm::InvokeInst
3027 const AttributeSet &getAttributes() const { return AttributeList; }
3031 void setAttributes(const AttributeSet &Attrs) { AttributeList = Attrs; }
3051 return AttributeList.getParamAlignment(i);
3112 return AttributeList
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp2927 CodeGen::AttributeListType AttributeList; local
2928 CGM.ConstructAttributeList(CallInfo, TargetDecl, AttributeList,
2931 AttributeList);
H A DCodeGenModule.cpp655 AttributeListType AttributeList; local
656 ConstructAttributeList(Info, D, AttributeList, CallingConv, false);
657 F->setAttributes(llvm::AttributeSet::get(getLLVMContext(), AttributeList));
H A DMicrosoftCXXABI.cpp1473 CodeGen::AttributeListType AttributeList; local
1474 CGM.ConstructAttributeList(FnInfo, MD, AttributeList, CallingConv, true);
1476 llvm::AttributeSet::get(CGF.getLLVMContext(), AttributeList);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 275 milliseconds