Lines Matching refs:Classification
1662 Sema::NameClassification Classification = Actions.ClassifyName( in TryAnnotateName() local
1669 if (Classification.getKind() == Sema::NC_UndeclaredTemplate && in TryAnnotateName()
1674 Classification = in TryAnnotateName()
1679 switch (Classification.getKind()) { in TryAnnotateName()
1709 ParsedType Ty = Classification.getType(); in TryAnnotateName()
1736 setExprAnnotation(Tok, Classification.getExpression()); in TryAnnotateName()
1750 setNonTypeAnnotation(Tok, Classification.getNonTypeDecl()); in TryAnnotateName()
1760 Tok.setKind(Classification.getKind() == Sema::NC_UndeclaredNonType in TryAnnotateName()
1787 TemplateTy::make(Classification.getTemplateName()), in TryAnnotateName()
1788 Classification.getTemplateNameKind(), SS, SourceLocation(), Id)) in TryAnnotateName()
1800 TemplateTy::make(Classification.getTemplateName()), in TryAnnotateName()
1801 Classification.getTemplateNameKind(), SS, SourceLocation(), Id, in TryAnnotateName()