Home
last modified time | relevance | path

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

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