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

  /external/clang/include/clang/AST/
DeclBase.h 741 return getParentFunctionOrMethod() == nullptr;
755 const DeclContext *getParentFunctionOrMethod() const;
756 DeclContext *getParentFunctionOrMethod() {
758 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /external/clang/lib/Index/
IndexTypeSourceInfo.cpp 81 if (D->getParentFunctionOrMethod())
IndexingContext.cpp 109 if (!D->getParentFunctionOrMethod())
USRGeneration.cpp 117 return D->getParentFunctionOrMethod() != nullptr;
175 if (D->getParentFunctionOrMethod())
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h 751 return getParentFunctionOrMethod() == nullptr;
765 const DeclContext *getParentFunctionOrMethod() const;
766 DeclContext *getParentFunctionOrMethod() {
768 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 751 return getParentFunctionOrMethod() == nullptr;
765 const DeclContext *getParentFunctionOrMethod() const;
766 DeclContext *getParentFunctionOrMethod() {
768 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h 751 return getParentFunctionOrMethod() == nullptr;
765 const DeclContext *getParentFunctionOrMethod() const;
766 DeclContext *getParentFunctionOrMethod() {
768 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 751 return getParentFunctionOrMethod() == nullptr;
765 const DeclContext *getParentFunctionOrMethod() const;
766 DeclContext *getParentFunctionOrMethod() {
768 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h 751 return getParentFunctionOrMethod() == nullptr;
765 const DeclContext *getParentFunctionOrMethod() const;
766 DeclContext *getParentFunctionOrMethod() {
768 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 751 return getParentFunctionOrMethod() == nullptr;
765 const DeclContext *getParentFunctionOrMethod() const;
766 DeclContext *getParentFunctionOrMethod() {
768 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h 751 return getParentFunctionOrMethod() == nullptr;
765 const DeclContext *getParentFunctionOrMethod() const;
766 DeclContext *getParentFunctionOrMethod() {
768 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 751 return getParentFunctionOrMethod() == nullptr;
765 const DeclContext *getParentFunctionOrMethod() const;
766 DeclContext *getParentFunctionOrMethod() {
768 const_cast<const Decl*>(this)->getParentFunctionOrMethod());
    [all...]
  /bionic/tools/versioner/src/
DeclarationDatabase.cpp 73 if (decl->getParentFunctionOrMethod()) {
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 280 auto* function_context = var_decl->getParentFunctionOrMethod();
  /external/clang/tools/libclang/
CIndexHigh.cpp 230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
CXIndexDataConsumer.cpp 420 if (!D->getParentFunctionOrMethod())
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 211 const DeclContext *Decl::getParentFunctionOrMethod() const {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1320 milliseconds