Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeSynthetic.h39 bool IsClassName();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeSynthetic.cpp67 bool SBTypeSynthetic::IsClassName() { in IsClassName() function in SBTypeSynthetic
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp1441 bool IsClassName) { in AnnotateTemplateIdTokenAsType() argument
1459 /*IsCtorOrDtorName=*/false, IsClassName, AllowImplicitTypename); in AnnotateTemplateIdTokenAsType()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3541 bool IsClassName = false);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp4079 bool IsCtorOrDtorName, bool IsClassName, in ActOnTemplateIdType() argument
4084 if (!IsCtorOrDtorName && !IsClassName && SS.isSet()) { in ActOnTemplateIdType()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h8187 bool IsCtorOrDtorName = false, bool IsClassName = false,