Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp842 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local
1271 CXXCtorType CtorType, in EmitCtorPrologue()
2320 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2421 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp3451 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local