Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1942 bool IsConceptName = Classification.getKind() == Sema::NC_Concept; in TryAnnotateName() local
1952 /*AllowTypeAnnotation=*/!IsConceptName, in TryAnnotateName()
1953 /*TypeConstraint=*/IsConceptName)) in TryAnnotateName()