Searched refs:isClassName (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 312 Scope *S, CXXScopeSpec *SS, bool isClassName, in getTypeName() argument 319 bool IsImplicitTypename = !isClassName && !IsCtorOrDtorName; in getTypeName() 387 LookupNameKind Kind = isClassName ? LookupTagName : LookupOrdinaryName; in getTypeName() 423 TypeNameValidatorCCC CCC(/*AllowInvalid=*/true, isClassName, in getTypeName() 447 isClassName, HasTrailingDot, ObjectTypePtr, in getTypeName() 454 << Result.getLookupName() << isClassName); in getTypeName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3590 bool isClassName = false, bool HasTrailingDot = false,
|