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

  /external/clang/test/Analysis/
derived-to-base.cpp 337 namespace Redeclaration {
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaLookup.cpp 214 bool Redeclaration) {
223 if (Redeclaration)
230 // as (e.g.) looking up an operator name for redeclaration.
231 assert(!Redeclaration && "cannot do redeclaration operator lookup");
239 // When looking for a redeclaration of a tag name, we add:
244 if (Redeclaration)
689 // When we're performing lookup for the purposes of redeclaration, just
705 // a redeclaration (such that we'll be building an expression with the
    [all...]
SemaDeclCXX.cpp 570 /// This is called when there's a redeclaration of a VarDecl. The function
571 /// checks if the redeclaration might have an exception specification and
    [all...]

Completed in 85 milliseconds