Home | History | Annotate | Download | only in Sema

Lines Matching defs:Annotation

846   /// \brief A structure that stores a nested-name-specifier annotation,
860 NestedNameSpecifierAnnotation *Annotation
862 Annotation->NNS = SS.getScopeRep();
863 memcpy(Annotation + 1, SS.location_data(), SS.location_size());
864 return Annotation;
875 NestedNameSpecifierAnnotation *Annotation
877 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1));