Lines Matching refs:Classification
1821 Sema::NameClassification Classification = Actions.ClassifyName( in TryAnnotateName() local
1828 if (Classification.getKind() == Sema::NC_UndeclaredTemplate && in TryAnnotateName()
1833 Classification = in TryAnnotateName()
1838 switch (Classification.getKind()) { in TryAnnotateName()
1868 ParsedType Ty = Classification.getType(); in TryAnnotateName()
1895 setExprAnnotation(Tok, Classification.getExpression()); in TryAnnotateName()
1909 setNonTypeAnnotation(Tok, Classification.getNonTypeDecl()); in TryAnnotateName()
1919 Tok.setKind(Classification.getKind() == Sema::NC_UndeclaredNonType in TryAnnotateName()
1942 bool IsConceptName = Classification.getKind() == Sema::NC_Concept; in TryAnnotateName()
1950 TemplateTy::make(Classification.getTemplateName()), in TryAnnotateName()
1951 Classification.getTemplateNameKind(), SS, SourceLocation(), Id, in TryAnnotateName()