Searched refs:getAttributes (Results 126 - 150 of 160) sorted by relevance

1234567

/external/clang/lib/Parse/
H A DParseObjc.cpp862 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList());
863 takeDeclAttributes(attrs, D.getAttributes());
H A DParseExpr.cpp2398 DeclaratorInfo.takeAttributes(DS.getAttributes(), SourceLocation());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4592 ::checkUnusedDeclAttributes(*this, D.getDeclSpec().getAttributes().getList());
4593 ::checkUnusedDeclAttributes(*this, D.getAttributes());
4697 if (const AttributeList *Attrs = PD.getDeclSpec().getAttributes().getList())
4709 if (const AttributeList *Attrs = PD.getAttributes())
H A DSemaDecl.cpp2768 if (!DS.getAttributes().empty()) {
2775 AttributeList* attrs = DS.getAttributes().getList();
7993 DS.getAttributes(),
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1630 Func->setAttributes(getAttributes(Record[4]));
2363 AttrListPtr PAL = getAttributes(Record[0]);
2620 AttrListPtr PAL = getAttributes(Record[0]);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2075 F->setAttributes(StripNest(F->getAttributes()));
2080 User.setAttributes(StripNest(User.getAttributes()));
2109 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java1615 public ResultSet getAttributes(String catalog, String schemaPattern, method in class:JDBCDatabaseMetaData
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1425 const AttrListPtr &PAL = F->getAttributes();
H A DNVPTXISelLowering.cpp922 const AttrListPtr &PAL = F->getAttributes();
/external/llvm/include/llvm/
H A DInstructions.h1256 /// getAttributes - Return the parameter attributes for this call.
1258 const AttrListPtr &getAttributes() const { return AttributeList; } function in class:llvm::CallInst
3018 /// getAttributes - Return the parameter attributes for this invoke.
3020 const AttrListPtr &getAttributes() const { return AttributeList; } function in class:llvm::InvokeInst
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2600 Call->setAttributes(II->getAttributes());
2813 CI->setAttributes(II->getAttributes());
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDecimalFormatTest.java45 assertFalse("attributes should exist", iterator.getAttributes().isEmpty());
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5276 GetReturnInfo(RetTy, CS.getAttributes().getRetAttributes(),
5357 !isInTailCallPosition(CS, CS.getAttributes().getRetAttributes(), TLI))
6648 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1383 * See the method [llvm::Function::getAttributes] *)
1401 * See the methods [llvm::Function::getAttributes] and
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2076 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1126 milliseconds

1234567