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

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 44 if (D->getParentFunctionOrMethod())
CIndexHigh.cpp 227 if (DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
IndexingContext.cpp 593 if (!shouldIndexFunctionLocalSymbols() && D->getParentFunctionOrMethod())
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 653 return getParentFunctionOrMethod() == 0;
658 const DeclContext *getParentFunctionOrMethod() const;
659 DeclContext *getParentFunctionOrMethod() {
661 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 156 const DeclContext *Decl::getParentFunctionOrMethod() const {
    [all...]

Completed in 270 milliseconds