Home
last modified time | relevance | path

Searched refs:AnnotateType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp476 if (auto *AnnotateType = dyn_cast<AnnotateTypeAttr>(Attr)) { in isPtrConversion() local
477 if (AnnotateType->getAnnotation() == "webkit.pointerconversion") in isPtrConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1960 if (T->getAttrKind() == attr::AnnotateType) { in printAttributedAfter()
2043 case attr::AnnotateType: in printAttributedAfter()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1008 def AnnotateType : TypeAttr {