Home
last modified time | relevance | path

Searched refs:CreateAnnotationAttr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2933 Attr *Sema::CreateAnnotationAttr(const AttributeCommonInfo &CI, StringRef Annot, in CreateAnnotationAttr() function in Sema
2944 Attr *Sema::CreateAnnotationAttr(const ParsedAttr &AL) { in CreateAnnotationAttr() function in Sema
2958 return CreateAnnotationAttr(AL, Str, Args); in CreateAnnotationAttr()
H A DSemaStmtAttr.cpp723 return S.CreateAnnotationAttr(A); in ProcessStmtAttribute()
H A DSemaTemplateInstantiateDecl.cpp230 auto *AA = S.CreateAnnotationAttr(*Attr, Str, Args); in instantiateDependentAnnotationAttr()
H A DSemaDeclAttr.cpp4437 auto *Attr = S.CreateAnnotationAttr(AL); in handleAnnotateAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4954 Attr *CreateAnnotationAttr(const AttributeCommonInfo &CI, StringRef Annot,
4956 Attr *CreateAnnotationAttr(const ParsedAttr &AL);