HomeSort by: relevance | last modified time | path
    Searched defs:getParentFunctionOrMethod (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 286 const DeclContext *Decl::getParentFunctionOrMethod() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 875 return getParentFunctionOrMethod() == nullptr;
894 const DeclContext *getParentFunctionOrMethod() const;
895 DeclContext *getParentFunctionOrMethod() {
897 const_cast<const Decl*>(this)->getParentFunctionOrMethod());

Completed in 20 milliseconds