Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeSynthetic.h39 bool IsClassName();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSynthetic.cpp67 bool SBTypeSynthetic::IsClassName() { in IsClassName() function in SBTypeSynthetic
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1351 bool IsClassName) { in AnnotateTemplateIdTokenAsType() argument
1369 /*IsCtorOrDtorName=*/false, IsClassName, AllowImplicitTypename); in AnnotateTemplateIdTokenAsType()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3836 bool IsClassName = false);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3558 bool IsCtorOrDtorName, bool IsClassName, in ActOnTemplateIdType() argument
3563 if (!IsCtorOrDtorName && !IsClassName && SS.isSet()) { in ActOnTemplateIdType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11397 bool IsCtorOrDtorName = false, bool IsClassName = false,
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp74546 result = (bool)(arg1)->IsClassName(); in _wrap_SBTypeSynthetic_IsClassName()