Home
last modified time | relevance | path

Searched refs:NC_Type (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1856 case Sema::NC_Type: { in TryAnnotateName()
H A DParseDecl.cpp3506 case Sema::NC_Type: in DiagnoseMissingSemiAfterTagDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3186 NC_Type, enumerator
3228 NameClassification(ParsedType Type) : Kind(NC_Type), Type(Type) {} in NameClassification()
3296 assert(Kind == NC_Type); in getType()