reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 1002   auto *A = new (C) AnnotateAttr(C, *this, getAnnotation());
 1015     OS << " __attribute__((annotate(\"" << getAnnotation() << "\")))";
 1019     OS << " [[clang::annotate(\"" << getAnnotation() << "\")]]";
 1023     OS << " [[clang::annotate(\"" << getAnnotation() << "\")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
   78     OS << " \"" << SA->getAnnotation() << "\"";
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  172     Record.AddString(SA->getAnnotation());
tools/clang/lib/Analysis/RetainSummaryManager.cpp
   44       return AA->getAnnotation() == "rc_ownership_returns_retained";
   52       return AA->getAnnotation() == "rc_ownership_returns_not_retained";
   60       return AA->getAnnotation() == "rc_ownership_consumed";
  178     if (Ann->getAnnotation() == rcAnnotation)
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 2093                        I->getAnnotation(), D->getLocation());
 2110     V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation());
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2209   llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()),
tools/clang/lib/Index/IndexSymbol.cpp
  237         if (Annot->getAnnotation() == "gk_inspectable")
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3352     Result.AddAnnotation(Result.getAllocator().CopyString(I->getAnnotation()));
tools/clang/lib/Sema/SemaDecl.cpp
 2386         if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation())
 2386         if (Ann->getAnnotation() == cast<AnnotateAttr>(i)->getAnnotation())
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3563     if (I->getAnnotation() == Str)
tools/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
  157     if (Ann->getAnnotation() ==
  212     if (Ann->getAnnotation() == "objc_no_direct_instance_variable_assignment")
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  229         Ann->getAnnotation() == "objc_instance_variable_invalidator")
  232         Ann->getAnnotation() == "objc_instance_variable_invalidator_partial")
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  653         return Ann->getAnnotation() == "returns_localized_nsstring";
  666         return Ann->getAnnotation() == "takes_localized_nsstring";
tools/clang/tools/libclang/CIndex.cpp
 4620     return cxstring::createDup(AA->getAnnotation());