Searched defs:getConstructor (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 1593 CXXConstructorDecl *getConstructor() const { return Constructor; } getConstructor() function |
H A D | DeclCXX.h | 2512 CXXConstructorDecl *getConstructor() const { return BaseCtor; } getConstructor() function |