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

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 21 /// should be the "primary" client, and will be used for computing whether the
25 OwningPtr<DiagnosticConsumer> Primary;
31 Primary.reset(_Primary);
37 Primary->BeginSourceFile(LO, PP);
43 Primary->EndSourceFile();
48 Primary->finish();
52 return Primary->IncludeInDiagnosticCounts();
60 Primary->HandleDiagnostic(DiagLevel, Info);
65 return new ChainedDiagnosticConsumer(Primary->clone(Diags),
  /external/clang/include/clang/AST/
DeclLookups.h 69 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
71 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
72 if (StoredDeclsMap *Map = Primary->buildLookup())
78 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext();
80 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary);
81 if (StoredDeclsMap *Map = Primary->buildLookup())
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 207 milliseconds