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

  /external/clang/include/clang/AST/
DeclLookups.h 72 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
90 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
DependentDiagnostic.h 178 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr());
DeclBase.h     [all...]
  /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/lib/Sema/
Sema.cpp     [all...]
SemaLookup.cpp 183 Common = Common->getPrimaryContext();
199 return std::equal_range(begin(), end(), DC->getPrimaryContext(),
    [all...]
SemaAccess.cpp 260 const DeclContext *FromDC = From->getDeclContext()->getPrimaryContext();
261 const DeclContext *ToDC = To->getDeclContext()->getPrimaryContext();
    [all...]
SemaDecl.cpp 417 DC = DC->getPrimaryContext();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 191 Writer.AddUpdatedDeclContext(NS->getPrimaryContext());
    [all...]
ASTWriter.cpp     [all...]
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 163 milliseconds