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 140 const DeclContext *Decl::getParentFunctionOrMethod() const {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 571 return getParentFunctionOrMethod() == 0;
576 const DeclContext *getParentFunctionOrMethod() const;
577 DeclContext *getParentFunctionOrMethod() {
579 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]

Completed in 313 milliseconds