Home
last modified time | relevance | path

Searched refs:Identifier (Results 176 – 200 of 37837) sorted by relevance

12345678910>>...1514

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSSVGMarkerElement.h60 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
78 JSC::JSValue jsSVGMarkerElementRefX(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
79 JSC::JSValue jsSVGMarkerElementRefY(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
80 JSC::JSValue jsSVGMarkerElementMarkerUnits(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
81 JSC::JSValue jsSVGMarkerElementMarkerWidth(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
83 JSC::JSValue jsSVGMarkerElementOrientType(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
85 JSC::JSValue jsSVGMarkerElementXmllang(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
87 JSC::JSValue jsSVGMarkerElementXmlspace(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
90 JSC::JSValue jsSVGMarkerElementClassName(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
91 JSC::JSValue jsSVGMarkerElementStyle(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
[all …]
H A DJSPerformanceTiming.h79 JSC::JSValue jsPerformanceTimingRedirectStart(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&…
80 JSC::JSValue jsPerformanceTimingRedirectEnd(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
81 JSC::JSValue jsPerformanceTimingFetchStart(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
84 JSC::JSValue jsPerformanceTimingConnectStart(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
85 JSC::JSValue jsPerformanceTimingConnectEnd(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
87 JSC::JSValue jsPerformanceTimingRequestStart(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
88 JSC::JSValue jsPerformanceTimingResponseStart(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&…
89 JSC::JSValue jsPerformanceTimingResponseEnd(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
90 JSC::JSValue jsPerformanceTimingDomLoading(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
94 JSC::JSValue jsPerformanceTimingDomComplete(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
[all …]
H A DJSSVGFETurbulenceElement.h59 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
77 …:JSValue jsSVGFETurbulenceElementNumOctaves(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
78 JSC::JSValue jsSVGFETurbulenceElementSeed(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
80 JSC::JSValue jsSVGFETurbulenceElementType(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
81 JSC::JSValue jsSVGFETurbulenceElementX(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
82 JSC::JSValue jsSVGFETurbulenceElementY(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
83 JSC::JSValue jsSVGFETurbulenceElementWidth(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
84 JSC::JSValue jsSVGFETurbulenceElementHeight(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
85 JSC::JSValue jsSVGFETurbulenceElementResult(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
86 JSC::JSValue jsSVGFETurbulenceElementClassName(JSC::ExecState*, JSC::JSValue, const JSC::Identifier
[all …]
H A DJSSVGPatternElement.h60 virtual bool getOwnPropertySlot(JSC::ExecState*, const JSC::Identifier&, JSC::PropertySlot&);
80 JSC::JSValue jsSVGPatternElementX(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
81 JSC::JSValue jsSVGPatternElementY(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
82 JSC::JSValue jsSVGPatternElementWidth(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
83 JSC::JSValue jsSVGPatternElementHeight(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
84 JSC::JSValue jsSVGPatternElementHref(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
88 JSC::JSValue jsSVGPatternElementXmllang(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
90 JSC::JSValue jsSVGPatternElementXmlspace(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
93 JSC::JSValue jsSVGPatternElementClassName(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
94 JSC::JSValue jsSVGPatternElementStyle(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
[all …]
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dobject_object.cpp146 Identifier propertyName = Identifier(JSValue::toString(args[0], exec)); in callAsFunction()
195 static const Identifier *createName = new Identifier("create"); in ObjectObjectImp()
196 static const Identifier *definePropertyName = new Identifier("defineProperty"); in ObjectObjectImp()
198 static const Identifier *getPrototypeOf = new Identifier("getPrototypeOf"); in ObjectObjectImp()
200 static const Identifier *sealName = new Identifier("seal"); in ObjectObjectImp()
201 static const Identifier *freezeName = new Identifier("freeze"); in ObjectObjectImp()
203 static const Identifier *isSealedName = new Identifier("isSealed"); in ObjectObjectImp()
204 static const Identifier *isFrozenName = new Identifier("isFrozen"); in ObjectObjectImp()
205 static const Identifier *isExtensibleName = new Identifier("isExtensible"); in ObjectObjectImp()
206 static const Identifier *keys = new Identifier("keys"); in ObjectObjectImp()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgTransforms.cpp147 LinalgTransformationFilter(ArrayRef<Identifier>{}, in applyPatterns()
153 ArrayRef<Identifier>{Identifier::get("MEM", ctx), in applyPatterns()
156 Identifier::get("REG", ctx))); in applyPatterns()
192 Identifier::get("par__with_perm__", ctx), in applyPatterns()
377 Identifier::get("distribute1", context), in fillTileAndDistributePatterns()
394 Identifier::get("distribute2", context), in fillTileAndDistributePatterns()
411 Identifier::get("distribute3", context), in fillTileAndDistributePatterns()
428 Identifier::get("distribute4", context), in fillTileAndDistributePatterns()
445 Identifier::get("distribute5", context), in fillTileAndDistributePatterns()
463 Identifier::get("distribute6", context), in fillTileAndDistributePatterns()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgTransforms.cpp147 LinalgTransformationFilter(ArrayRef<Identifier>{}, in applyPatterns()
153 ArrayRef<Identifier>{Identifier::get("MEM", ctx), in applyPatterns()
156 Identifier::get("REG", ctx))); in applyPatterns()
192 Identifier::get("par__with_perm__", ctx), in applyPatterns()
377 Identifier::get("distribute1", context), in fillTileAndDistributePatterns()
394 Identifier::get("distribute2", context), in fillTileAndDistributePatterns()
411 Identifier::get("distribute3", context), in fillTileAndDistributePatterns()
428 Identifier::get("distribute4", context), in fillTileAndDistributePatterns()
445 Identifier::get("distribute5", context), in fillTileAndDistributePatterns()
463 Identifier::get("distribute6", context), in fillTileAndDistributePatterns()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgTransforms.cpp147 LinalgTransformationFilter(ArrayRef<Identifier>{}, in applyPatterns()
153 ArrayRef<Identifier>{Identifier::get("MEM", ctx), in applyPatterns()
156 Identifier::get("REG", ctx))); in applyPatterns()
192 Identifier::get("par__with_perm__", ctx), in applyPatterns()
377 Identifier::get("distribute1", context), in fillTileAndDistributePatterns()
394 Identifier::get("distribute2", context), in fillTileAndDistributePatterns()
411 Identifier::get("distribute3", context), in fillTileAndDistributePatterns()
428 Identifier::get("distribute4", context), in fillTileAndDistributePatterns()
445 Identifier::get("distribute5", context), in fillTileAndDistributePatterns()
463 Identifier::get("distribute6", context), in fillTileAndDistributePatterns()
[all …]
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/wikidata/
H A Dentities.h22 class Identifier
25 explicit inline constexpr Identifier() {} in Identifier() function
26 explicit inline constexpr Identifier(T id) : m_id(id) {} in Identifier() function
35 inline constexpr bool operator<(Identifier other) const
57 static inline Identifier fromString(const QString &id) in fromString()
60 return Identifier(); in fromString()
62 return Identifier(id.midRef(1).toULongLong()); in fromString()
67 return Identifier(); in fromString()
69 return Identifier(id.mid(1).toULongLong()); in fromString()
74 class Q : public Identifier<uint64_t, 'Q'>
[all …]
/dports/www/firefox/firefox-99.0/python/l10n/fluent_migrations/
H A Dbug_1733496_keyshortcuts.py18 id=FTL.Identifier("devtools-commandkey-toggle-toolbox"),
26 id=FTL.Identifier("devtools-commandkey-browser-toolbox"),
30 id=FTL.Identifier("devtools-commandkey-browser-console"),
38 id=FTL.Identifier("devtools-commandkey-inspector"),
42 id=FTL.Identifier("devtools-commandkey-webconsole"),
46 id=FTL.Identifier("devtools-commandkey-jsdebugger"),
50 id=FTL.Identifier("devtools-commandkey-netmonitor"),
54 id=FTL.Identifier("devtools-commandkey-styleeditor"),
58 id=FTL.Identifier("devtools-commandkey-performance"),
62 id=FTL.Identifier("devtools-commandkey-storage"),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/lib/Transforms/
H A DTestLinalgFusionTransforms.cpp47 LinalgMarker(Identifier::get("basic_fusion", context), in fillFusionPatterns()
49 LinalgMarker(ArrayRef<Identifier>(), in fillFusionPatterns()
51 LinalgMarker(ArrayRef<Identifier>(), in fillFusionPatterns()
60 LinalgMarker(Identifier::get("lhs_fusion", context), in fillFusionPatterns()
62 LinalgMarker(ArrayRef<Identifier>(), in fillFusionPatterns()
64 LinalgMarker(ArrayRef<Identifier>(), in fillFusionPatterns()
73 LinalgMarker(Identifier::get("rhs_fusion", context), in fillFusionPatterns()
75 LinalgMarker(ArrayRef<Identifier>(), in fillFusionPatterns()
77 LinalgMarker(ArrayRef<Identifier>(), in fillFusionPatterns()
89 ArrayRef<Identifier>(), in fillFusionPatterns()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DNames.java28 import sun.tools.java.Identifier;
43 static final public Identifier stubFor(Identifier name) { in stubFor()
44 return Identifier.lookup(name + "_Stub"); in stubFor()
50 static final public Identifier skeletonFor(Identifier name) { in skeletonFor()
51 return Identifier.lookup(name + "_Skel"); in skeletonFor()
70 static final public Identifier mangleClass(Identifier className) { in mangleClass()
79 Identifier mangled = Identifier.lookup( in mangleClass()
86 return Identifier.lookup(className.getQualifier(), mangled); in mangleClass()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DNames.java28 import sun.tools.java.Identifier;
43 static final public Identifier stubFor(Identifier name) { in stubFor()
44 return Identifier.lookup(name + "_Stub"); in stubFor()
50 static final public Identifier skeletonFor(Identifier name) { in skeletonFor()
51 return Identifier.lookup(name + "_Skel"); in skeletonFor()
70 static final public Identifier mangleClass(Identifier className) { in mangleClass()
79 Identifier mangled = Identifier.lookup( in mangleClass()
86 return Identifier.lookup(className.getQualifier(), mangled); in mangleClass()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/
H A DNames.java28 import sun.tools.java.Identifier;
43 static final public Identifier stubFor(Identifier name) { in stubFor()
44 return Identifier.lookup(name + "_Stub"); in stubFor()
50 static final public Identifier skeletonFor(Identifier name) { in skeletonFor()
51 return Identifier.lookup(name + "_Skel"); in skeletonFor()
70 static final public Identifier mangleClass(Identifier className) { in mangleClass()
79 Identifier mangled = Identifier.lookup( in mangleClass()
86 return Identifier.lookup(className.getQualifier(), mangled); in mangleClass()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DNames.java28 import sun.tools.java.Identifier;
43 static final public Identifier stubFor(Identifier name) { in stubFor()
44 return Identifier.lookup(name + "_Stub"); in stubFor()
50 static final public Identifier skeletonFor(Identifier name) { in skeletonFor()
51 return Identifier.lookup(name + "_Skel"); in skeletonFor()
70 static final public Identifier mangleClass(Identifier className) { in mangleClass()
79 Identifier mangled = Identifier.lookup( in mangleClass()
86 return Identifier.lookup(className.getQualifier(), mangled); in mangleClass()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DNames.java28 import sun.tools.java.Identifier;
43 static final public Identifier stubFor(Identifier name) { in stubFor()
44 return Identifier.lookup(name + "_Stub"); in stubFor()
50 static final public Identifier skeletonFor(Identifier name) { in skeletonFor()
51 return Identifier.lookup(name + "_Skel"); in skeletonFor()
70 static final public Identifier mangleClass(Identifier className) { in mangleClass()
79 Identifier mangled = Identifier.lookup( in mangleClass()
86 return Identifier.lookup(className.getQualifier(), mangled); in mangleClass()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DNames.java28 import sun.tools.java.Identifier;
43 static final public Identifier stubFor(Identifier name) { in stubFor()
44 return Identifier.lookup(name + "_Stub"); in stubFor()
50 static final public Identifier skeletonFor(Identifier name) { in skeletonFor()
51 return Identifier.lookup(name + "_Skel"); in skeletonFor()
70 static final public Identifier mangleClass(Identifier className) { in mangleClass()
79 Identifier mangled = Identifier.lookup( in mangleClass()
86 return Identifier.lookup(className.getQualifier(), mangled); in mangleClass()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/
H A DNames.java28 import sun.tools.java.Identifier;
43 static final public Identifier stubFor(Identifier name) { in stubFor()
44 return Identifier.lookup(name + "_Stub"); in stubFor()
50 static final public Identifier skeletonFor(Identifier name) { in skeletonFor()
51 return Identifier.lookup(name + "_Skel"); in skeletonFor()
70 static final public Identifier mangleClass(Identifier className) { in mangleClass()
79 Identifier mangled = Identifier.lookup( in mangleClass()
86 return Identifier.lookup(className.getQualifier(), mangled); in mangleClass()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Index/
H A Dannotate-tokens.m160 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12
168 // CHECK: Identifier: "Foo" [2:17 - 2:20] ObjCClassRef=Foo:1:12
185 // CHECK: Identifier: "Foo" [6:17 - 6:20] ObjCClassRef=Foo:1:12
199 // CHECK: Identifier: "Foo" [8:17 - 8:20] ObjCClassRef=Foo:1:12
253 // CHECK: Identifier: "id" [33:31 - 33:33] TypeRef=id:0:0
287 // CHECK: Identifier: "id" [38:31 - 38:33] TypeRef=id:0:0
296 // CHECK: Identifier: "self" [41:6 - 41:10] ObjCSelfExpr=self:0:0
317 // CHECK: Identifier: "x" [45:10 - 45:11] DeclRefExpr=x:43:19
339 // CHECK: Identifier: "id" [55:28 - 55:30] TypeRef=id:0:0
354 // CHECK: Identifier: "VAL" [63:9 - 63:12] macro definition=VAL
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Index/
H A Dannotate-tokens.m160 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12
168 // CHECK: Identifier: "Foo" [2:17 - 2:20] ObjCClassRef=Foo:1:12
185 // CHECK: Identifier: "Foo" [6:17 - 6:20] ObjCClassRef=Foo:1:12
199 // CHECK: Identifier: "Foo" [8:17 - 8:20] ObjCClassRef=Foo:1:12
253 // CHECK: Identifier: "id" [33:31 - 33:33] TypeRef=id:0:0
287 // CHECK: Identifier: "id" [38:31 - 38:33] TypeRef=id:0:0
296 // CHECK: Identifier: "self" [41:6 - 41:10] ObjCSelfExpr=self:0:0
317 // CHECK: Identifier: "x" [45:10 - 45:11] DeclRefExpr=x:43:19
339 // CHECK: Identifier: "id" [55:28 - 55:30] TypeRef=id:0:0
354 // CHECK: Identifier: "VAL" [63:9 - 63:12] macro definition=VAL
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Index/
H A Dannotate-tokens.m160 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12
168 // CHECK: Identifier: "Foo" [2:17 - 2:20] ObjCClassRef=Foo:1:12
185 // CHECK: Identifier: "Foo" [6:17 - 6:20] ObjCClassRef=Foo:1:12
199 // CHECK: Identifier: "Foo" [8:17 - 8:20] ObjCClassRef=Foo:1:12
253 // CHECK: Identifier: "id" [33:31 - 33:33] TypeRef=id:0:0
287 // CHECK: Identifier: "id" [38:31 - 38:33] TypeRef=id:0:0
296 // CHECK: Identifier: "self" [41:6 - 41:10] ObjCSelfExpr=self:0:0
317 // CHECK: Identifier: "x" [45:10 - 45:11] DeclRefExpr=x:43:19
339 // CHECK: Identifier: "id" [55:28 - 55:30] TypeRef=id:0:0
354 // CHECK: Identifier: "VAL" [63:9 - 63:12] macro definition=VAL
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Index/
H A Dannotate-tokens.m160 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12
168 // CHECK: Identifier: "Foo" [2:17 - 2:20] ObjCClassRef=Foo:1:12
185 // CHECK: Identifier: "Foo" [6:17 - 6:20] ObjCClassRef=Foo:1:12
199 // CHECK: Identifier: "Foo" [8:17 - 8:20] ObjCClassRef=Foo:1:12
253 // CHECK: Identifier: "id" [33:31 - 33:33] TypeRef=id:0:0
287 // CHECK: Identifier: "id" [38:31 - 38:33] TypeRef=id:0:0
296 // CHECK: Identifier: "self" [41:6 - 41:10] ObjCSelfExpr=self:0:0
317 // CHECK: Identifier: "x" [45:10 - 45:11] DeclRefExpr=x:43:19
339 // CHECK: Identifier: "id" [55:28 - 55:30] TypeRef=id:0:0
354 // CHECK: Identifier: "VAL" [63:9 - 63:12] macro definition=VAL
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Index/
H A Dannotate-tokens.m160 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12
168 // CHECK: Identifier: "Foo" [2:17 - 2:20] ObjCClassRef=Foo:1:12
185 // CHECK: Identifier: "Foo" [6:17 - 6:20] ObjCClassRef=Foo:1:12
199 // CHECK: Identifier: "Foo" [8:17 - 8:20] ObjCClassRef=Foo:1:12
253 // CHECK: Identifier: "id" [33:31 - 33:33] TypeRef=id:0:0
287 // CHECK: Identifier: "id" [38:31 - 38:33] TypeRef=id:0:0
296 // CHECK: Identifier: "self" [41:6 - 41:10] ObjCSelfExpr=self:0:0
317 // CHECK: Identifier: "x" [45:10 - 45:11] DeclRefExpr=x:43:19
339 // CHECK: Identifier: "id" [55:28 - 55:30] TypeRef=id:0:0
354 // CHECK: Identifier: "VAL" [63:9 - 63:12] macro definition=VAL
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Index/
H A Dannotate-tokens.m160 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12
168 // CHECK: Identifier: "Foo" [2:17 - 2:20] ObjCClassRef=Foo:1:12
185 // CHECK: Identifier: "Foo" [6:17 - 6:20] ObjCClassRef=Foo:1:12
199 // CHECK: Identifier: "Foo" [8:17 - 8:20] ObjCClassRef=Foo:1:12
253 // CHECK: Identifier: "id" [33:31 - 33:33] TypeRef=id:0:0
287 // CHECK: Identifier: "id" [38:31 - 38:33] TypeRef=id:0:0
296 // CHECK: Identifier: "self" [41:6 - 41:10] ObjCSelfExpr=self:0:0
317 // CHECK: Identifier: "x" [45:10 - 45:11] DeclRefExpr=x:43:19
339 // CHECK: Identifier: "id" [55:28 - 55:30] TypeRef=id:0:0
354 // CHECK: Identifier: "VAL" [63:9 - 63:12] macro definition=VAL
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Index/
H A Dannotate-tokens.m160 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12
168 // CHECK: Identifier: "Foo" [2:17 - 2:20] ObjCClassRef=Foo:1:12
185 // CHECK: Identifier: "Foo" [6:17 - 6:20] ObjCClassRef=Foo:1:12
199 // CHECK: Identifier: "Foo" [8:17 - 8:20] ObjCClassRef=Foo:1:12
253 // CHECK: Identifier: "id" [33:31 - 33:33] TypeRef=id:0:0
287 // CHECK: Identifier: "id" [38:31 - 38:33] TypeRef=id:0:0
296 // CHECK: Identifier: "self" [41:6 - 41:10] ObjCSelfExpr=self:0:0
317 // CHECK: Identifier: "x" [45:10 - 45:11] DeclRefExpr=x:43:19
339 // CHECK: Identifier: "id" [55:28 - 55:30] TypeRef=id:0:0
354 // CHECK: Identifier: "VAL" [63:9 - 63:12] macro definition=VAL
[all …]

12345678910>>...1514