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 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)
690 // When we're performing lookup for the purposes of redeclaration, just
706 // a redeclaration (such that we'll be building an expression with the
    [all...]
SemaDeclCXX.cpp 551 /// This is called when there's a redeclaration of a VarDecl. The function
552 /// checks if the redeclaration might have an exception specification and
    [all...]

Completed in 41 milliseconds