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

  /external/clang/lib/AST/
DeclBase.cpp 874 if (getPrimaryContext() != this)
875 return getPrimaryContext()->Encloses(DC);
878 if (DC->getPrimaryContext() == this)
883 DeclContext *DeclContext::getPrimaryContext() {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 833 milliseconds