Searched refs:getPrototype (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterGenericRedeclTest.cpp | 138 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 D | ASTImporterODRStrategiesTest.cpp | 243 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 D | NVPTXISelLowering.h | 502 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
|
| H A D | NVPTXISelLowering.cpp | 1298 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 D | CoroInstr.h | 225 Function *getPrototype() const { in getPrototype() function
|
| H A D | Coroutines.cpp | 331 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
|