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 642 DeclContext *Decl::getNonClosureContext() {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 338 DeclContext *getNonClosureContext();
339 const DeclContext *getNonClosureContext() const {
340 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]

Completed in 132 milliseconds