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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 708 DiagnoseUseOfDecl(BoxingMethod, Loc);
    [all...]
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 727 S.DiagnoseUseOfDecl(Getter, GenericLoc, nullptr, true);
789 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true);
    [all...]
SemaDeclObjC.cpp 460 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i]);
503 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
522 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc);
    [all...]
SemaExprCXX.cpp 818 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc()))
    [all...]
SemaInit.cpp     [all...]
SemaCXXScopeSpec.cpp 706 DiagnoseUseOfDecl(SD, CCLoc);
    [all...]
SemaLambda.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp 52 if (S.DiagnoseUseOfDecl(FoundDecl, Loc))
55 // and the other a specialization), make sure DiagnoseUseOfDecl is
58 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
60 if (FoundDecl != Fn && S.DiagnoseUseOfDecl(Fn, Loc))
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp 428 DiagnoseUseOfDecl(IIDecl, NameLoc);
452 (void)DiagnoseUseOfDecl(IDecl, NameLoc);
    [all...]
SemaExpr.cpp 317 bool Sema::DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 4023 milliseconds