Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1164 void setInitMethod(bool Val) { data().HasInitMethod = Val; } in setInitMethod() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp9681 Def->setInitMethod(true); in ActOnFunctionDeclarator()