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.h43 bool IsCtorOrDtor() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp66 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.cpp2697 bool IsCtorOrDtor = in BuildMemberPointerType() local
2701 adjustMemberFunctionCC(T, /*HasThisPointer=*/true, IsCtorOrDtor, Loc); in BuildMemberPointerType()
7998 bool IsCtorOrDtor, SourceLocation Loc) { in adjustMemberFunctionCC() argument
8012 if (Context.getTargetInfo().getCXXABI().isMicrosoft() && IsCtorOrDtor) { in adjustMemberFunctionCC()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3890 if (const bool IsCtorOrDtor = Tok->is(TT_CtorDtorDeclName); in calculateFormattingInformation() local
3891 IsCtorOrDtor || in calculateFormattingInformation()
3893 if (!IsCtorOrDtor) in calculateFormattingInformation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2022 bool IsCtorOrDtor = in CreateCXXMemberFunction() local
2036 if (!IsCtorOrDtor && !isFunctionLocalClass(Method->getParent())) in CreateCXXMemberFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14784 bool IsCtorOrDtor, SourceLocation Loc);