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

  /external/clang/include/clang/Sema/
Sema.h 547 PotentiallyReferencedDecls *PotentiallyReferenced;
558 PotentiallyReferenced(0), PotentiallyDiagnosed(0) { }
561 if (!PotentiallyReferenced)
562 PotentiallyReferenced = new PotentiallyReferencedDecls;
563 PotentiallyReferenced->push_back(std::make_pair(Loc, Decl));
573 delete PotentiallyReferenced;
575 PotentiallyReferenced = 0;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 311 milliseconds