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 338 namespace Redeclaration {
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 214 bool Redeclaration) {
224 if (Redeclaration)
227 if (Redeclaration)
233 // as (e.g.) looking up an operator name for redeclaration.
234 assert(!Redeclaration && "cannot do redeclaration operator lookup");
242 // When looking for a redeclaration of a tag name, we add:
247 if (Redeclaration)
273 assert(Redeclaration && "should only be used for redecl lookup");
406 // redeclaration chain, so this is a quick proxy for "is more recent"
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 669 /// This is called when there's a redeclaration of a VarDecl. The function
670 /// checks if the redeclaration might have an exception specification and
    [all...]

Completed in 2168 milliseconds