Searched defs:IsCtorOrDtor (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Core/ | ||
H A D | RichManglingContext.cpp | 66 bool RichManglingContext::IsCtorOrDtor() const { in IsCtorOrDtor() function in RichManglingContext |
/llvm-project/clang/lib/Format/ | ||
H A D | TokenAnnotator.cpp | 3860 if (const bool IsCtorOrDtor = Tok->is(TT_CtorDtorDeclName); calculateFormattingInformation() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 2697 bool IsCtorOrDtor = BuildMemberPointerType() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGDebugInfo.cpp | 2022 bool IsCtorOrDtor = CreateCXXMemberFunction() local |