Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp834 CXXCtorType CtorType = CurGD.getCtorType(); EmitConstructorBody() local
1264 EmitCtorPrologue(const CXXConstructorDecl * CD,CXXCtorType CtorType,FunctionArgList & Args) EmitCtorPrologue() argument
2310 EmitInlinedInheritingCXXConstructorCall(const CXXConstructorDecl * Ctor,CXXCtorType CtorType,bool ForVirtualBase,bool Delegating,CallArgList & Args) EmitInlinedInheritingCXXConstructorCall() argument
2411 EmitDelegateCXXConstructorCall(const CXXConstructorDecl * Ctor,CXXCtorType CtorType,const FunctionArgList & Args,SourceLocation Loc) EmitDelegateCXXConstructorCall() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3607 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); isFirstArgumentCompatibleWithType() local