Home
last modified time | relevance | path

Searched refs:ConstructorInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1504 struct ConstructorInfo { struct
1514 inline ConstructorInfo getConstructorInfo(NamedDecl *ND) { in getConstructorInfo() argument
1516 return ConstructorInfo{}; in getConstructorInfo()
1521 ConstructorInfo Info = {DeclAccessPair::make(ND, D->getAccess()), nullptr, in getConstructorInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4334 const ConstructorInfo &Info) { in hasCopyOrMoveCtorParam()