Searched refs:IsClassName (Results 1 – 6 of 6) sorted by relevance
74 bool SBTypeSynthetic::IsClassName() { in IsClassName() function in SBTypeSynthetic75 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeSynthetic, IsClassName); in IsClassName()227 LLDB_REGISTER_METHOD(bool, SBTypeSynthetic, IsClassName, ()); in RegisterMethods()
39 bool IsClassName();
1390 bool IsClassName) { in AnnotateTemplateIdTokenAsType() argument1408 /*IsCtorOrDtorName*/ false, IsClassName); in AnnotateTemplateIdTokenAsType()
3450 bool IsClassName = false);
3909 bool IsCtorOrDtorName, bool IsClassName) { in ActOnTemplateIdType() argument3913 if (!IsCtorOrDtorName && !IsClassName && SS.isSet()) { in ActOnTemplateIdType()
7637 bool IsCtorOrDtorName = false, bool IsClassName = false);