Searched defs:CtorType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Target/LLVMIR/ | ||
H A D | DebugImporter.cpp | 356 using CtorType = function_ref<DIRecursiveTypeAttrInterface(DistinctAttr)>; getRecSelfConstructor() typedef |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGClass.cpp | 842 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOverload.cpp | 3614 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); isFirstArgumentCompatibleWithType() local |