HomeSort by relevance Sort by last modified time
    Searched defs:AttrType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 320 const auto *AttrType = Type->getAs<AttributedType>();
321 if (!AttrType)
323 if (AttrType->getAttrKind() == AttributedType::attr_nullable)
325 else if (AttrType->getAttrKind() == AttributedType::attr_nonnull)
    [all...]
  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
85 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);

Completed in 77 milliseconds