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

  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp 702 S.DiagnoseUseOfDecl(Getter, GenericLoc, nullptr, true);
778 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true);
    [all...]
SemaExprCXX.cpp 778 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc()))
    [all...]
SemaInit.cpp     [all...]
SemaCXXScopeSpec.cpp 674 DiagnoseUseOfDecl(SD, CCLoc);
    [all...]
SemaDeclObjC.cpp 540 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
555 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc);
808 (void)DiagnoseUseOfDecl(PDecl, ProtocolId[i].second);
    [all...]
SemaLambda.cpp     [all...]
SemaType.cpp 901 S.DiagnoseUseOfDecl(D, DS.getTypeSpecTypeNameLoc());
    [all...]
SemaOverload.cpp 47 if (S.DiagnoseUseOfDecl(FoundDecl, Loc))
50 // and the other a specialization), make sure DiagnoseUseOfDecl is
53 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
55 if (FoundDecl != Fn && S.DiagnoseUseOfDecl(Fn, Loc))
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp 421 DiagnoseUseOfDecl(IIDecl, NameLoc);
445 (void)DiagnoseUseOfDecl(IDecl, NameLoc);
    [all...]
SemaExpr.cpp 307 bool Sema::DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 513 milliseconds