Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSynthetic.h39 bool IsClassName();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp67 bool SBTypeSynthetic::IsClassName() { in IsClassName() function in SBTypeSynthetic
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1462 bool IsClassName) { in AnnotateTemplateIdTokenAsType() argument
1480 /*IsCtorOrDtorName=*/false, IsClassName, AllowImplicitTypename); in AnnotateTemplateIdTokenAsType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3651 bool IsClassName = false);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp4248 bool IsCtorOrDtorName, bool IsClassName, in ActOnTemplateIdType() argument
4253 if (!IsCtorOrDtorName && !IsClassName && SS.isSet()) { in ActOnTemplateIdType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8386 bool IsCtorOrDtorName = false, bool IsClassName = false,
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71316 result = (bool)(arg1)->IsClassName(); in _wrap_SBTypeSynthetic_IsClassName()