Lines Matching refs:Classification
1717 Sema::NameClassification Classification = Actions.ClassifyName( in TryAnnotateName() local
1724 if (Classification.getKind() == Sema::NC_UndeclaredTemplate && in TryAnnotateName()
1729 Classification = in TryAnnotateName()
1734 switch (Classification.getKind()) { in TryAnnotateName()
1764 ParsedType Ty = Classification.getType(); in TryAnnotateName()
1791 setExprAnnotation(Tok, Classification.getExpression()); in TryAnnotateName()
1805 setNonTypeAnnotation(Tok, Classification.getNonTypeDecl()); in TryAnnotateName()
1815 Tok.setKind(Classification.getKind() == Sema::NC_UndeclaredNonType in TryAnnotateName()
1842 TemplateTy::make(Classification.getTemplateName()), in TryAnnotateName()
1843 Classification.getTemplateNameKind(), SS, SourceLocation(), Id)) in TryAnnotateName()
1855 TemplateTy::make(Classification.getTemplateName()), in TryAnnotateName()
1856 Classification.getTemplateNameKind(), SS, SourceLocation(), Id, in TryAnnotateName()