Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]
H A DASTImporterODRStrategiesTest.cpp243 static std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
309 TypedTest_ImportAfter<getPrototype, getConflictingPrototype, in TypedTest_ImportConflictingProtoAfterProto()
321 TypedTest_ImportAfter<getPrototype, getConflictingProtoDef, in TypedTest_ImportConflictingProtoDefAfterProto()
325 TypedTest_ImportAfter<getConflictingProtoDef, getPrototype, in TypedTest_ImportConflictingProtoAfterProtoDef()
338 TypedTest_ImportAfter<getPrototype, getConflictingPrototype, in TypedTest_DontImportConflictingProtoAfterProto()
354 TypedTest_ImportAfter<getPrototype, getConflictingProtoDef, in TypedTest_DontImportConflictingProtoDefAfterProto()
358 TypedTest_ImportAfter<getConflictingProtoDef, getPrototype, in TypedTest_DontImportConflictingProtoAfterProtoDef()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h502 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
H A DNVPTXISelLowering.cpp1298 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1733 getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB, UniqueCallSite); in LowerCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h225 Function *getPrototype() const { in getPrototype() function
H A DCoroutines.cpp331 auto Prototype = ContinuationId->getPrototype(); in buildFrom()