Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1196 void setInitMethod(bool Val) { data().HasInitMethod = Val; } in setInitMethod() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9772 Def->setInitMethod(true); in ActOnFunctionDeclarator()