HomeSort by relevance Sort by last modified time
    Searched defs:getNonClosureContext (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 408 Decl *getNonClosureContext();
409 const Decl *getNonClosureContext() const {
410 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 833 template <class T> static Decl *getNonClosureContext(T *D) {
838 return getNonClosureContext(MD->getParent()->getParent());
845 return getNonClosureContext(BD->getParent());
847 return getNonClosureContext(CD->getParent());
853 Decl *Decl::getNonClosureContext() {
854 return ::getNonClosureContext(this);
858 return ::getNonClosureContext(this);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 410 Decl *getNonClosureContext();
411 const Decl *getNonClosureContext() const {
412 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclBase.h 411 Decl *getNonClosureContext();
412 const Decl *getNonClosureContext() const {
413 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclBase.h 411 Decl *getNonClosureContext();
412 const Decl *getNonClosureContext() const {
413 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclBase.h 430 Decl *getNonClosureContext();
431 const Decl *getNonClosureContext() const {
432 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclBase.h 430 Decl *getNonClosureContext();
431 const Decl *getNonClosureContext() const {
432 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclBase.h 430 Decl *getNonClosureContext();
431 const Decl *getNonClosureContext() const {
432 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclBase.h 430 Decl *getNonClosureContext();
431 const Decl *getNonClosureContext() const {
432 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 410 Decl *getNonClosureContext();
411 const Decl *getNonClosureContext() const {
412 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclBase.h 411 Decl *getNonClosureContext();
412 const Decl *getNonClosureContext() const {
413 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclBase.h 411 Decl *getNonClosureContext();
412 const Decl *getNonClosureContext() const {
413 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclBase.h 430 Decl *getNonClosureContext();
431 const Decl *getNonClosureContext() const {
432 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclBase.h 430 Decl *getNonClosureContext();
431 const Decl *getNonClosureContext() const {
432 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclBase.h 430 Decl *getNonClosureContext();
431 const Decl *getNonClosureContext() const {
432 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclBase.h 430 Decl *getNonClosureContext();
431 const Decl *getNonClosureContext() const {
432 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]

Completed in 360 milliseconds