HomeSort by relevance Sort by last modified time
    Searched defs:getAttrs (Results 26 - 50 of 69) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclBase.h 466 AttrVec &getAttrs() {
467 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs());
469 const AttrVec &getAttrs() const;
474 getAttrs().push_back(A);
487 return hasAttrs() ? getAttrs().begin() : nullptr;
490 return hasAttrs() ? getAttrs().end() : nullptr;
497 AttrVec &Vec = getAttrs();
519 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr;
522 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
    [all...]
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclBase.h 466 AttrVec &getAttrs() {
467 return const_cast<AttrVec&>(const_cast<const Decl*>(this)->getAttrs());
469 const AttrVec &getAttrs() const;
474 getAttrs().push_back(A);
487 return hasAttrs() ? getAttrs().begin() : nullptr;
490 return hasAttrs() ? getAttrs().end() : nullptr;
497 AttrVec &Vec = getAttrs();
519 return hasAttrs() ? getSpecificAttr<T>(getAttrs()) : nullptr;
522 return hasAttrs() && hasSpecificAttr<T>(getAttrs());
    [all...]
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 862 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Stmt.h 886 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 1328 milliseconds

12 3