Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h44 bool IsCtorOrDtor() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp67 bool RichManglingContext::IsCtorOrDtor() const { in IsCtorOrDtor() function in RichManglingContext
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp430 if (rmc.IsCtorOrDtor()) { in RegisterMangledNameEntry()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2749 bool IsCtorOrDtor = in BuildMemberPointerType() local
2753 adjustMemberFunctionCC(T, /*HasThisPointer=*/true, IsCtorOrDtor, Loc); in BuildMemberPointerType()
8161 bool IsCtorOrDtor, SourceLocation Loc) { in adjustMemberFunctionCC() argument
8175 if (Context.getTargetInfo().getCXXABI().isMicrosoft() && IsCtorOrDtor) { in adjustMemberFunctionCC()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3982 if (const bool IsCtorOrDtor = Tok->is(TT_CtorDtorDeclName); in calculateFormattingInformation() local
3983 IsCtorOrDtor || in calculateFormattingInformation()
3985 if (!IsCtorOrDtor) in calculateFormattingInformation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2195 bool IsCtorOrDtor = in CreateCXXMemberFunction() local
2209 if (!IsCtorOrDtor && !isFunctionLocalClass(Method->getParent())) in CreateCXXMemberFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15091 bool IsCtorOrDtor, SourceLocation Loc);