Lines Matching refs:Classification
1756 Sema::NameClassification Classification = Actions.ClassifyName( in TryAnnotateName() local
1763 if (Classification.getKind() == Sema::NC_UndeclaredTemplate && in TryAnnotateName()
1768 Classification = in TryAnnotateName()
1773 switch (Classification.getKind()) { in TryAnnotateName()
1803 ParsedType Ty = Classification.getType(); in TryAnnotateName()
1830 setExprAnnotation(Tok, Classification.getExpression()); in TryAnnotateName()
1844 setNonTypeAnnotation(Tok, Classification.getNonTypeDecl()); in TryAnnotateName()
1854 Tok.setKind(Classification.getKind() == Sema::NC_UndeclaredNonType in TryAnnotateName()
1881 TemplateTy::make(Classification.getTemplateName()), in TryAnnotateName()
1882 Classification.getTemplateNameKind(), SS, SourceLocation(), Id)) in TryAnnotateName()
1894 TemplateTy::make(Classification.getTemplateName()), in TryAnnotateName()
1895 Classification.getTemplateNameKind(), SS, SourceLocation(), Id, in TryAnnotateName()