HomeSort by relevance Sort by last modified time
    Searched defs:Def (Results 51 - 52 of 52) sorted by null

1 23

  /external/clang/lib/Sema/
SemaDeclCXX.cpp 586 const FunctionDecl *Def;
595 } else if (!Old->isInlined() && New->isInlined() && Old->isDefined(Def)) {
600 Diag(Def->getLocation(), diag::note_previous_definition);
    [all...]
SemaExpr.cpp 192 /// because the restriction language is a bit weaker (C++11 [basic.def.odr]p6)
    [all...]

Completed in 1235 milliseconds

1 23