HomeSort by relevance Sort by last modified time
    Searched defs:getParentFunctionOrMethod (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclBase.cpp 166 const DeclContext *Decl::getParentFunctionOrMethod() const {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 661 return getParentFunctionOrMethod() == 0;
666 const DeclContext *getParentFunctionOrMethod() const;
667 DeclContext *getParentFunctionOrMethod() {
669 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]

Completed in 105 milliseconds