Home | History | Annotate | Download | only in libclang

Lines Matching refs:Constructor

816     if (CXXConstructorDecl *Constructor = dyn_cast<CXXConstructorDecl>(ND)) {
819 for (auto *I : Constructor->inits()) {
4104 // This can happen for C++ constructor expressions whose range generally
4115 // clang_getCursor() to point at the constructor.
5550 // This can happen for C++ constructor expressions whose range generally