Home
last modified time | relevance | path

Searched defs:CtorType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugImporter.cpp356 using CtorType = function_ref<DIRecursiveTypeAttrInterface(DistinctAttr)>; getRecSelfConstructor() typedef
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp842 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local
1272 CXXCtorType CtorType, in EmitCtorPrologue() argument
2320 EmitInlinedInheritingCXXConstructorCall(const CXXConstructorDecl * Ctor,CXXCtorType CtorType,bool ForVirtualBase,bool Delegating,CallArgList & Args) EmitInlinedInheritingCXXConstructorCall() argument
2423 EmitDelegateCXXConstructorCall(const CXXConstructorDecl * Ctor,CXXCtorType CtorType,const FunctionArgList & Args,SourceLocation Loc) EmitDelegateCXXConstructorCall() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3614 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); isFirstArgumentCompatibleWithType() local