Home
last modified time | relevance | path

Searched refs:hasInitMethod (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1197 bool hasInitMethod() const { return data().HasInitMethod; } in hasInitMethod() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18074 if (NumInitMethods > 1 || !Def->hasInitMethod()) in ActOnTagFinishDefinition()