Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp108 static bool hasAttr(const FunctionDecl *D, bool IgnoreImplicitAttr) { in hasAttr() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h547 template<typename T> bool hasAttr() const { in hasAttr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp399 bool IRPosition::hasAttr(ArrayRef<Attribute::AttrKind> AKs, in hasAttr() function in IRPosition
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1770 bool Type::hasAttr(attr::Kind AK) const { in hasAttr() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7417 AST_MATCHER_P(Decl, hasAttr, attr::Kind, AttrKind) { in AST_MATCHER_P() argument