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

  /external/clang/include/clang/AST/
DeclBase.h 377 DeclContext *getNonClosureContext();
378 const DeclContext *getNonClosureContext() const {
379 return const_cast<Decl*>(this)->getNonClosureContext();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 703 DeclContext *Decl::getNonClosureContext() {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 50 milliseconds