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

  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaLookup.cpp 210 bool Redeclaration) {
219 if (Redeclaration)
226 // as (e.g.) looking up an operator name for redeclaration.
227 assert(!Redeclaration && "cannot do redeclaration operator lookup");
235 // When looking for a redeclaration of a tag name, we add:
240 if (Redeclaration)
682 // When we're performing lookup for the purposes of redeclaration, just
698 // a redeclaration (such that we'll be building an expression with the
    [all...]
SemaDeclCXX.cpp 527 /// This is called when there's a redeclaration of a VarDecl. The function
528 /// checks if the redeclaration might have an exception specification and
    [all...]

Completed in 375 milliseconds