Home
last modified time | relevance | path

Searched defs:hasAttr (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DRelocations.h49 bool hasAttr(RelocAttrBits b) const { return (bits & b) == b; } in hasAttr() function
H A DTarget.h97 bool hasAttr(uint8_t type, RelocAttrBits bit) const { in hasAttr() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp108 static bool hasAttr(const Decl *D, bool IgnoreImplicitAttr) { hasAttr() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h582 template<typename T> bool hasAttr() const { hasAttr() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1156 bool Attributor::hasAttr(const IRPosition &IRP, in hasAttr() function in Attributor
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1836 bool Type::hasAttr(attr::Kind AK) const { hasAttr() function in Type
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8139 AST_MATCHER_P(Decl,hasAttr,attr::Kind,AttrKind) AST_MATCHER_P() argument