Home
last modified time | relevance | path

Searched refs:isCtorOrDtor (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h116 bool isCtorOrDtor() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp70 return m_ipd.isCtorOrDtor(); in IsCtorOrDtor()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp551 bool ItaniumPartialDemangler::isCtorOrDtor() const { in isCtorOrDtor() function in ItaniumPartialDemangler
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp437 bool Declarator::isCtorOrDtor() { in isCtorOrDtor() function in Declarator
H A DSemaCodeComplete.cpp5992 if (D.getContext() == DeclaratorContext::Member && !D.isCtorOrDtor() && in CodeCompleteFunctionQualifiers()
H A DSemaDecl.cpp9698 D.isCtorOrDtor(), D.getIdentifierLoc()); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2762 bool isCtorOrDtor();