Home
last modified time | relevance | path

Searched defs:AttrType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DELFAttributes.h26 enum AttrType : unsigned { File = 1, Section = 2, Symbol = 3 }; enum
H A DRISCVAttributes.h27 enum AttrType : unsigned { enum
H A DARMBuildAttributes.h34 enum AttrType : unsigned { enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp103 const auto *AttrType = Type->getAs<AttributedType>(); in getNullabilityAnnotation() local