HomeSort by relevance Sort by last modified time
    Searched refs:InheritableParamAttr (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
AttrImpl.cpp 24 void InheritableParamAttr::anchor() { }
  /external/clang/include/clang/AST/
Attr.h 130 class InheritableParamAttr : public InheritableAttr {
133 InheritableParamAttr(attr::Kind AK, SourceRange R)
141 static bool classof(const InheritableParamAttr *) { return true; }
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 66 milliseconds