Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp839 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local
1275 CXXCtorType CtorType, in EmitCtorPrologue()
2326 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2429 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3873 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local