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 156 const DeclContext *Decl::getParentFunctionOrMethod() const {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 652 return getParentFunctionOrMethod() == 0;
657 const DeclContext *getParentFunctionOrMethod() const;
658 DeclContext *getParentFunctionOrMethod() {
660 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]

Completed in 22 milliseconds