Searched defs:CtorType (Results 1 – 4 of 4) sorted by relevance
| /external/clang/lib/CodeGen/ |
| D | CGClass.cpp | 523 CXXCtorType CtorType) { in EmitBaseInitializer() 920 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local 1353 CXXCtorType CtorType, in EmitCtorPrologue() 2220 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2315 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGClass.cpp | 843 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local 1280 CXXCtorType CtorType, in EmitCtorPrologue() 2253 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2354 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
|
| /external/clang/lib/Sema/ |
| D | SemaOverload.cpp | 3040 const FunctionProtoType *CtorType = in isFirstArgumentCompatibleWithType() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaOverload.cpp | 3325 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local
|