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 199 const DeclContext *Decl::getParentFunctionOrMethod() const {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 727 return getParentFunctionOrMethod() == nullptr;
741 const DeclContext *getParentFunctionOrMethod() const;
742 DeclContext *getParentFunctionOrMethod() {
744 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]

Completed in 40 milliseconds