Home
last modified time | relevance | path

Searched refs:DependentNonType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1826 case NameClassificationKind::DependentNonType: in TryAnnotateName()
H A DParseDecl.cpp3319 case NameClassificationKind::DependentNonType: in DiagnoseMissingSemiAfterTagDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h572 DependentNonType, enumerator
3676 static NameClassification DependentNonType() { in DependentNonType() function
3677 return NameClassification(NameClassificationKind::DependentNonType); in DependentNonType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1062 return NameClassification::DependentNonType(); in ClassifyName()