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 800 if (getPrimaryContext() != this)
801 return getPrimaryContext()->Encloses(DC);
804 if (DC->getPrimaryContext() == this)
809 DeclContext *DeclContext::getPrimaryContext() {
1085 StoredDeclsMap *Map = getPrimaryContext()->LookupPtr.getPointer();
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]

Completed in 48 milliseconds