Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DFunction.h109 bool isConstructor() const { return isa<CXXConstructorDecl>(F); } in isConstructor() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp1079 static bool isConstructor(const Decl *ND) { in isConstructor() function