Home
last modified time | relevance | path

Searched refs:attrStr (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/external/clang/test/SemaObjC/
Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DPOJONodeTest.java27 String attrStr = (String) provider.getAttribute("myAttr"); in serialize() local
29 gen.writeStringField("aStr", "The value is: " + (attrStr == null ? "NULL" : attrStr)); in serialize()
/external/llvm-project/mlir/include/mlir/
DParser.h223 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context);
224 Attribute parseAttribute(llvm::StringRef attrStr, Type type);
231 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context,
233 Attribute parseAttribute(llvm::StringRef attrStr, Type type, size_t &numRead);
/external/llvm-project/mlir/lib/Parser/
DDialectSymbolParser.cpp606 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context) { in parseAttribute() argument
608 return parseAttribute(attrStr, context, numRead); in parseAttribute()
610 Attribute mlir::parseAttribute(StringRef attrStr, Type type) { in parseAttribute() argument
612 return parseAttribute(attrStr, type, numRead); in parseAttribute()
615 Attribute mlir::parseAttribute(StringRef attrStr, MLIRContext *context, in parseAttribute() argument
617 return parseSymbol<Attribute>(attrStr, context, numRead, [](Parser &parser) { in parseAttribute()
621 Attribute mlir::parseAttribute(StringRef attrStr, Type type, size_t &numRead) { in parseAttribute() argument
623 attrStr, type.getContext(), numRead, in parseAttribute()
/external/clang/test/CodeGenObjC/
Ddebug-info-crash.m39 NSMutableAttributedString *attrStr;
/external/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-crash.m39 NSMutableAttributedString *attrStr;
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResXMLParser.java388 String attrStr = attr; in indexOfAttribute() local
390 attrStr, attrStr.length()); in indexOfAttribute()
/external/clang/lib/Sema/
DSemaType.cpp4620 const char *attrStr = nullptr; in transferARCOwnershipToDeclaratorChunk() local
4623 case Qualifiers::OCL_ExplicitNone: attrStr = "none"; break; in transferARCOwnershipToDeclaratorChunk()
4624 case Qualifiers::OCL_Strong: attrStr = "strong"; break; in transferARCOwnershipToDeclaratorChunk()
4625 case Qualifiers::OCL_Weak: attrStr = "weak"; break; in transferARCOwnershipToDeclaratorChunk()
4626 case Qualifiers::OCL_Autoreleasing: attrStr = "autoreleasing"; break; in transferARCOwnershipToDeclaratorChunk()
4630 Arg->Ident = &S.Context.Idents.get(attrStr); in transferARCOwnershipToDeclaratorChunk()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5703 const char *attrStr = nullptr; in transferARCOwnershipToDeclaratorChunk() local
5706 case Qualifiers::OCL_ExplicitNone: attrStr = "none"; break; in transferARCOwnershipToDeclaratorChunk()
5707 case Qualifiers::OCL_Strong: attrStr = "strong"; break; in transferARCOwnershipToDeclaratorChunk()
5708 case Qualifiers::OCL_Weak: attrStr = "weak"; break; in transferARCOwnershipToDeclaratorChunk()
5709 case Qualifiers::OCL_Autoreleasing: attrStr = "autoreleasing"; break; in transferARCOwnershipToDeclaratorChunk()
5713 Arg->Ident = &S.Context.Idents.get(attrStr); in transferARCOwnershipToDeclaratorChunk()