Home
last modified time | relevance | path

Searched defs:isConstructor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h141 bool isConstructor() const { return isa<CXXConstructorDecl>(F); } in isConstructor() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1109 static bool isConstructor(const Decl *ND) { in isConstructor() function