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

  /external/clang/lib/AST/
DeclBase.cpp 673 DeclContext *Decl::getNonClosureContext() {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 371 DeclContext *getNonClosureContext();
372 const DeclContext *getNonClosureContext() const {
373 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]

Completed in 446 milliseconds