Home | History | Annotate | Download | only in Sema

Lines Matching defs:Annotation

843   /// \brief A structure that stores a nested-name-specifier annotation,
857 NestedNameSpecifierAnnotation *Annotation
859 Annotation->NNS = SS.getScopeRep();
860 memcpy(Annotation + 1, SS.location_data(), SS.location_size());
861 return Annotation;
872 NestedNameSpecifierAnnotation *Annotation
874 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1));