Home
last modified time | relevance | path

Searched refs:ctor_end (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp419 }) != RD->ctor_end()) { in replaceNew()
/external/clang/include/clang/AST/
DDeclCXX.h779 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors()
784 ctor_iterator ctor_end() const { in ctor_end() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h650 ctor_range ctors() const { return ctor_range(ctor_begin(), ctor_end()); } in ctors()
656 ctor_iterator ctor_end() const { in ctor_end() function