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

  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprCXX.cpp 651 DiagnoseUseOfDecl(Destructor, E->getExprLoc());
    [all...]
SemaType.cpp 764 S.DiagnoseUseOfDecl(D, DS.getTypeSpecTypeNameLoc());
825 S.DiagnoseUseOfDecl(TT->getDecl(), DS.getTypeSpecTypeLoc());
    [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 447 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
675 (void)DiagnoseUseOfDecl(PDecl, ProtocolId[i].second);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp 274 DiagnoseUseOfDecl(IIDecl, NameLoc);
298 (void)DiagnoseUseOfDecl(IDecl, NameLoc);
741 DiagnoseUseOfDecl(Type, NameLoc);
755 DiagnoseUseOfDecl(Class, NameLoc);
    [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp 145 bool Sema::DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 89 milliseconds