Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/abc/
H A DMethod.cpp78 _prototype->set_member(NSV::PROP_PROTOTYPE, pOwner->getPrototype()); in setOwner()
131 getset->setGetter(method->getPrototype()); in addGetter()
135 _prototype->init_property(uri, *method->getPrototype(), in addGetter()
136 *method->getPrototype(), flags); in addGetter()
151 getset->setSetter(method->getPrototype()); in addSetter()
155 _prototype->init_property(uri, *method->getPrototype(), in addSetter()
156 *method->getPrototype(), flags); in addSetter()
185 as_value b(method->getPrototype()); in addSlotFunction()
H A DClass.cpp102 as_value b(method->getPrototype()); in addSlotFunction()
143 if (getset) getset->setGetter(method->getPrototype()); in addGetter()
147 _prototype->init_property(uri, *method->getPrototype(), in addGetter()
148 *method->getPrototype(), flags); in addGetter()
162 if (getset) getset->setSetter(method->getPrototype()); in addSetter()
167 _prototype->init_property(uri, *method->getPrototype(), in addSetter()
168 *method->getPrototype(), flags); in addSetter()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DGlobalObject.h199 return &global->getPrototype(key).toObject(); in getOrCreatePrototype()
212 const Value& v = getPrototype(protoKey); in maybeGetPrototype()
224 Value getPrototype(JSProtoKey key) const { in getPrototype() function
253 MOZ_ASSERT(inited == !getPrototype(key).isUndefined()); in classIsInitialized()
323 return &global->getPrototype(JSProto_Object).toObject(); in getOrCreateObjectPrototype()
374 return &global->getPrototype(JSProto_Number).toObject(); in getOrCreateNumberPrototype()
382 return &global->getPrototype(JSProto_String).toObject(); in getOrCreateStringPrototype()
390 return &global->getPrototype(JSProto_Symbol).toObject(); in getOrCreateSymbolPrototype()
398 return &global->getPrototype(JSProto_BigInt).toObject(); in getOrCreateBigIntPrototype()
419 return &getPrototype(JSProto_RegExp).toObject(); in maybeGetRegExpPrototype()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DGlobalObject.h199 return &global->getPrototype(key).toObject(); in getOrCreatePrototype()
212 const Value& v = getPrototype(protoKey); in maybeGetPrototype()
224 Value getPrototype(JSProtoKey key) const { in getPrototype() function
253 MOZ_ASSERT(inited == !getPrototype(key).isUndefined()); in classIsInitialized()
323 return &global->getPrototype(JSProto_Object).toObject(); in getOrCreateObjectPrototype()
374 return &global->getPrototype(JSProto_Number).toObject(); in getOrCreateNumberPrototype()
382 return &global->getPrototype(JSProto_String).toObject(); in getOrCreateStringPrototype()
390 return &global->getPrototype(JSProto_Symbol).toObject(); in getOrCreateSymbolPrototype()
398 return &global->getPrototype(JSProto_BigInt).toObject(); in getOrCreateBigIntPrototype()
419 return &getPrototype(JSProto_RegExp).toObject(); in maybeGetRegExpPrototype()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DGlobalObject.h197 return &global->getPrototype(key).toObject(); in getOrCreatePrototype()
203 const Value& v = getPrototype(protoKey); in maybeGetPrototype()
215 Value getPrototype(JSProtoKey key) const { in getPrototype() function
244 MOZ_ASSERT(inited == !getPrototype(key).isUndefined()); in classIsInitialized()
319 return &global->getPrototype(JSProto_Object).toObject(); in getOrCreateObjectPrototype()
370 return &global->getPrototype(JSProto_Number).toObject(); in getOrCreateNumberPrototype()
378 return &global->getPrototype(JSProto_String).toObject(); in getOrCreateStringPrototype()
386 return &global->getPrototype(JSProto_Symbol).toObject(); in getOrCreateSymbolPrototype()
394 return &global->getPrototype(JSProto_BigInt).toObject(); in getOrCreateBigIntPrototype()
415 return &getPrototype(JSProto_RegExp).toObject(); in maybeGetRegExpPrototype()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/data/model/
H A DModelUtil.java61 …public static <V extends NumberVector> V getPrototype(Model model, Relation<? extends V> relation,… in getPrototype() method in ModelUtil
76 Object p = ((PrototypeModel<?>) model).getPrototype(); in getPrototype()
99 public static NumberVector getPrototype(Model model, Relation<? extends NumberVector> relation) { in getPrototype() method in ModelUtil
109 Object p = ((PrototypeModel<?>) model).getPrototype(); in getPrototype()
129 V v = getPrototype(model, relation, factory); in getPrototypeOrCentroid()
143 NumberVector v = getPrototype(model, relation); in getPrototypeOrCentroid()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h173 Value getPrototype(JSProtoKey key) const { in getPrototype() function
185 MOZ_ASSERT(inited == !getPrototype(key).isUndefined()); in classIsInitialized()
323 return &getPrototype(JSProto_Object).toObject().as<NativeObject>(); in getOrCreateObjectPrototype()
355 return &getPrototype(JSProto_Array).toObject().as<NativeObject>(); in maybeGetArrayPrototype()
397 return &getPrototype(JSProto_RegExp).toObject(); in maybeGetRegExpPrototype()
411 return &global->getPrototype(JSProto_ArrayBuffer).toObject(); in getOrCreateArrayBufferPrototype()
417 return &global->getPrototype(JSProto_SharedArrayBuffer).toObject(); in getOrCreateSharedArrayBufferPrototype()
427 return &global->getPrototype(key).toObject(); in getOrCreateCustomErrorPrototype()
463 return &getPrototype(JSProto_Iterator).toObject(); in getLegacyIteratorPrototype()
524 return &global->getPrototype(JSProto_TypedArray).toObject(); in getOrCreateTypedArrayPrototype()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.h172 return &global->getPrototype(key).toObject(); in getOrCreatePrototype()
178 const Value& v = getPrototype(protoKey); in maybeGetPrototype()
186 Value getPrototype(JSProtoKey key) const { in getPrototype() function
196 MOZ_ASSERT(inited == !getPrototype(key).isUndefined()); in classIsInitialized()
319 return &global->getPrototype(JSProto_Object) in getOrCreateObjectPrototype()
329 return &global->getPrototype(JSProto_Function) in getOrCreateFunctionPrototype()
333 return &global->getPrototype(JSProto_Function) in getOrCreateFunctionPrototype()
388 return &getPrototype(JSProto_RegExp).toObject(); in maybeGetRegExpPrototype()
395 return &global->getPrototype(JSProto_SavedFrame) in getOrCreateSavedFramePrototype()
426 return &global->getPrototype(key).toObject(); in getOrCreateCustomErrorPrototype()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.h176 Value getPrototype(JSProtoKey key) const { in getPrototype() function
201 MOZ_ASSERT(inited == !getPrototype(key).isUndefined()); in classIsInitialized()
340 return &getPrototype(JSProto_Object).toObject().as<NativeObject>(); in getOrCreateObjectPrototype()
364 return &getPrototype(JSProto_Array).toObject().as<NativeObject>(); in maybeGetArrayPrototype()
400 return &getPrototype(JSProto_RegExp).toObject(); in maybeGetRegExpPrototype()
414 return &global->getPrototype(JSProto_ArrayBuffer).toObject(); in getOrCreateArrayBufferPrototype()
420 return &global->getPrototype(JSProto_SharedArrayBuffer).toObject(); in getOrCreateSharedArrayBufferPrototype()
430 return &global->getPrototype(key).toObject(); in getOrCreateCustomErrorPrototype()
458 return &getPrototype(JSProto_Iterator).toObject(); in getLegacyIteratorPrototype()
496 return &global->getPrototype(JSProto_TypedArray).toObject(); in getOrCreateTypedArrayPrototype()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DGlobalObject.h353 return &global->getPrototype(key); in getOrCreatePrototype()
380 JSObject& getPrototype(JSProtoKey key) const { in getPrototype() function
476 return &global->getPrototype(JSProto_Object); in getOrCreateObjectPrototype()
527 return &global->getPrototype(JSProto_Number); in getOrCreateNumberPrototype()
535 return &global->getPrototype(JSProto_String); in getOrCreateStringPrototype()
543 return &global->getPrototype(JSProto_Symbol); in getOrCreateSymbolPrototype()
551 return &global->getPrototype(JSProto_BigInt); in getOrCreateBigIntPrototype()
560 return &global->getPrototype(JSProto_Record); in getOrCreateRecordPrototype()
568 return &global->getPrototype(JSProto_Tuple); in getOrCreateTuplePrototype()
590 return &getPrototype(JSProto_RegExp); in maybeGetRegExpPrototype()
[all …]
/dports/devel/pear-HTML_QuickForm2/HTML_QuickForm2-2.2.2/HTML/QuickForm2/Container/
H A DRepeat.php164 protected function getPrototype()
186 return $this->getPrototype()->appendChild($element);
201 return $this->getPrototype()->removeChild($element);
218 return $this->getPrototype()->insertBefore($element, $reference);
537 $valid = $this->getPrototype()->validate() && $valid;
569 $protoId = HTML_QuickForm2_JavascriptBuilder::encode($this->getPrototype()->getId());
633 $this->getPrototype()->addClass('repeatItem repeatPrototype');
634 $this->getPrototype()->render($renderer);
635 $this->getPrototype()->removeClass('repeatPrototype');
652 $this->getPrototype()->render($renderer);
/dports/lang/rhino/rhino1_7R4/examples/
H A DMatrix.java133 m.setPrototype(getPrototype()); in get()
181 public Scriptable getPrototype() { in getPrototype() method in Matrix
233 Scriptable proto = value.getPrototype(); in hasInstance()
237 proto = proto.getPrototype(); in hasInstance()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGlobal.java1767 return ScriptFunction.getPrototype(builtinObject);
1775 return ScriptFunction.getPrototype(builtinFunction);
1783 return ScriptFunction.getPrototype(builtinArray);
1787 return ScriptFunction.getPrototype(builtinBoolean);
1791 return ScriptFunction.getPrototype(builtinNumber);
1795 return ScriptFunction.getPrototype(getBuiltinDate());
1803 return ScriptFunction.getPrototype(builtinString);
1807 return ScriptFunction.getPrototype(builtinError);
1827 return ScriptFunction.getPrototype(builtinTypeError);
1847 return ScriptFunction.getPrototype(getBuiltinMap());
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGlobal.java1767 return ScriptFunction.getPrototype(builtinObject);
1775 return ScriptFunction.getPrototype(builtinFunction);
1783 return ScriptFunction.getPrototype(builtinArray);
1787 return ScriptFunction.getPrototype(builtinBoolean);
1791 return ScriptFunction.getPrototype(builtinNumber);
1795 return ScriptFunction.getPrototype(getBuiltinDate());
1803 return ScriptFunction.getPrototype(builtinString);
1807 return ScriptFunction.getPrototype(builtinError);
1827 return ScriptFunction.getPrototype(builtinTypeError);
1847 return ScriptFunction.getPrototype(getBuiltinMap());
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGlobal.java1767 return ScriptFunction.getPrototype(builtinObject);
1775 return ScriptFunction.getPrototype(builtinFunction);
1783 return ScriptFunction.getPrototype(builtinArray);
1787 return ScriptFunction.getPrototype(builtinBoolean);
1791 return ScriptFunction.getPrototype(builtinNumber);
1795 return ScriptFunction.getPrototype(getBuiltinDate());
1803 return ScriptFunction.getPrototype(builtinString);
1807 return ScriptFunction.getPrototype(builtinError);
1827 return ScriptFunction.getPrototype(builtinTypeError);
1847 return ScriptFunction.getPrototype(getBuiltinMap());
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGlobal.java1767 return ScriptFunction.getPrototype(builtinObject);
1775 return ScriptFunction.getPrototype(builtinFunction);
1783 return ScriptFunction.getPrototype(builtinArray);
1787 return ScriptFunction.getPrototype(builtinBoolean);
1791 return ScriptFunction.getPrototype(builtinNumber);
1795 return ScriptFunction.getPrototype(getBuiltinDate());
1803 return ScriptFunction.getPrototype(builtinString);
1807 return ScriptFunction.getPrototype(builtinError);
1827 return ScriptFunction.getPrototype(builtinTypeError);
1847 return ScriptFunction.getPrototype(getBuiltinMap());
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGlobal.java1767 return ScriptFunction.getPrototype(builtinObject);
1775 return ScriptFunction.getPrototype(builtinFunction);
1783 return ScriptFunction.getPrototype(builtinArray);
1787 return ScriptFunction.getPrototype(builtinBoolean);
1791 return ScriptFunction.getPrototype(builtinNumber);
1795 return ScriptFunction.getPrototype(getBuiltinDate());
1803 return ScriptFunction.getPrototype(builtinString);
1807 return ScriptFunction.getPrototype(builtinError);
1827 return ScriptFunction.getPrototype(builtinTypeError);
1847 return ScriptFunction.getPrototype(getBuiltinMap());
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp114 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
159 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
192 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX); in TypedTest_ImportPrototypeAfterImportedPrototype()
214 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX); in TypedTest_ImportDefinitionAfterImportedPrototype()
236 Decl *FromTU = getTuDecl(getDefinition() + getPrototype(), Lang_CXX); in TypedTest_ImportPrototypeAfterImportedDefinition()
258 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX, "input0.cc"); in TypedTest_ImportPrototypes()
259 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX, "input1.cc"); in TypedTest_ImportPrototypes()
304 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX, "input1.cc"); in TypedTest_ImportDefinitionThenPrototype()
328 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX, "input0.cc"); in TypedTest_ImportPrototypeThenDefinition()
353 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX); in TypedTest_WholeRedeclChainIsImportedAtOnce()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp114 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
159 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
192 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX); in TypedTest_ImportPrototypeAfterImportedPrototype()
214 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX); in TypedTest_ImportDefinitionAfterImportedPrototype()
236 Decl *FromTU = getTuDecl(getDefinition() + getPrototype(), Lang_CXX); in TypedTest_ImportPrototypeAfterImportedDefinition()
258 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX, "input0.cc"); in TypedTest_ImportPrototypes()
259 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX, "input1.cc"); in TypedTest_ImportPrototypes()
304 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX, "input1.cc"); in TypedTest_ImportDefinitionThenPrototype()
328 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX, "input0.cc"); in TypedTest_ImportPrototypeThenDefinition()
353 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX); in TypedTest_WholeRedeclChainIsImportedAtOnce()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp114 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
159 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
192 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX); in TypedTest_ImportPrototypeAfterImportedPrototype()
214 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX); in TypedTest_ImportDefinitionAfterImportedPrototype()
236 Decl *FromTU = getTuDecl(getDefinition() + getPrototype(), Lang_CXX); in TypedTest_ImportPrototypeAfterImportedDefinition()
258 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX, "input0.cc"); in TypedTest_ImportPrototypes()
259 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX, "input1.cc"); in TypedTest_ImportPrototypes()
304 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX, "input1.cc"); in TypedTest_ImportDefinitionThenPrototype()
328 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX, "input0.cc"); in TypedTest_ImportPrototypeThenDefinition()
353 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX); in TypedTest_WholeRedeclChainIsImportedAtOnce()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DGlobal.java1593 return ScriptFunction.getPrototype(builtinObject);
1601 return ScriptFunction.getPrototype(builtinFunction);
1605 return ScriptFunction.getPrototype(builtinArray);
1609 return ScriptFunction.getPrototype(builtinBoolean);
1613 return ScriptFunction.getPrototype(builtinNumber);
1617 return ScriptFunction.getPrototype(getBuiltinDate());
1621 return ScriptFunction.getPrototype(getBuiltinRegExp());
1625 return ScriptFunction.getPrototype(builtinString);
1629 return ScriptFunction.getPrototype(builtinError);
1645 return ScriptFunction.getPrototype(builtinSyntaxError);
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DGlobal.java1593 return ScriptFunction.getPrototype(builtinObject);
1601 return ScriptFunction.getPrototype(builtinFunction);
1605 return ScriptFunction.getPrototype(builtinArray);
1609 return ScriptFunction.getPrototype(builtinBoolean);
1613 return ScriptFunction.getPrototype(builtinNumber);
1617 return ScriptFunction.getPrototype(getBuiltinDate());
1621 return ScriptFunction.getPrototype(getBuiltinRegExp());
1625 return ScriptFunction.getPrototype(builtinString);
1629 return ScriptFunction.getPrototype(builtinError);
1645 return ScriptFunction.getPrototype(builtinSyntaxError);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp138 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
183 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX03); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
216 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedPrototype()
238 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype()
260 Decl *FromTU = getTuDecl(getDefinition() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition()
282 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypes()
283 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportPrototypes()
328 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportDefinitionThenPrototype()
352 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypeThenDefinition()
377 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_WholeRedeclChainIsImportedAtOnce()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp138 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
183 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX03); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
216 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedPrototype()
238 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype()
260 Decl *FromTU = getTuDecl(getDefinition() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition()
282 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypes()
283 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportPrototypes()
328 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportDefinitionThenPrototype()
352 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypeThenDefinition()
377 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_WholeRedeclChainIsImportedAtOnce()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp138 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
183 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX03); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
216 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedPrototype()
238 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype()
260 Decl *FromTU = getTuDecl(getDefinition() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition()
282 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypes()
283 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportPrototypes()
328 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportDefinitionThenPrototype()
352 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypeThenDefinition()
377 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_WholeRedeclChainIsImportedAtOnce()
[all …]

12345678910>>...31