HomeSort by relevance Sort by last modified time
    Searched refs:getDeclName (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
TypoCorrection.h 55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
  /external/clang/lib/Sema/
SemaAccess.cpp 262 if (From->getDeclName() != To->getDeclName())
364 if (Context->getDeclName() != Friend->getDeclName())
473 if (CTD->getDeclName() != Friend->getDeclName())
    [all...]
AnalysisBasedWarnings.cpp 623 << VD->getDeclName()
643 S.Diag(Loc, diag::note_var_fixit_add_initialization) << VD->getDeclName()
683 << VD->getDeclName() << IsCapturedByBlock
690 << VD->getDeclName() << IsCapturedByBlock
826 << VD->getDeclName() << IsCapturedByBlock << DiagKind
839 << VD->getDeclName() << IsCapturedByBlock
872 << VD->getDeclName() << VD->getLocation() << DRE->getSourceRange();
883 << VD->getDeclName();
893 << VD->getDeclName();
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExceptionSpec.cpp 195 Decl->getDeclName().getCXXOverloadedOperator() != OO_Delete &&
196 Decl->getDeclName().getCXXOverloadedOperator() != OO_Array_Delete)
213 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator();
    [all...]
SemaExprObjC.cpp     [all...]
SemaTemplate.cpp 474 << cast<NamedDecl>(PrevDecl)->getDeclName();
    [all...]
SemaExpr.cpp 85 S.Diag(Loc, diag::warn_used_but_marked_unused) << D->getDeclName();
346 << D->getDeclName() << (unsigned)AT->getKeyword();
464 Diag(Loc, diag::warn_not_enough_argument) << D->getDeclName();
581 DeclarationName MemberName = IV->getDeclName();
    [all...]
CodeCompleteConsumer.cpp 608 DeclarationName Name = R.Declaration->getDeclName();
SemaStmt.cpp 465 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 493 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName())
548 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II)
DeclCXX.cpp     [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 95 if (!Node.getDeclName().isIdentifier())
108 clang::DeclarationName decl_name = potentially_mocked_method->getDeclName();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 758 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 337 if (Node.getDeclName()) {
  /external/clang/lib/Index/
IndexSymbol.cpp 303 DeclarationName DeclName = ND->getDeclName();
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 428 const std::string &declName = ND->getDeclName().getAsString();
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 211 if (NS->getDeclName()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 947 milliseconds

12 3 4 5 6 7