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

12 3

  /external/clang/lib/AST/
DeclPrinter.cpp 1028 Out << Param->getDeclName().getAsString();
    [all...]
DeclCXX.cpp     [all...]
ItaniumMangle.cpp 341 mangleUnqualifiedName(ND, ND->getDeclName(), UnknownArity);
425 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
    [all...]
MicrosoftMangle.cpp 275 mangleUnqualifiedName(ND, ND->getDeclName());
343 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
766 assert(D->getDeclName().getAsIdentifierInfo() &&
768 mangleSourceName(D->getDeclName().getAsIdentifierInfo()->getName());
    [all...]
ASTContext.cpp     [all...]
ASTDumper.cpp 698 OS << " '" << ND->getDeclName() << '\'';
717 if (ND->getDeclName()) {
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 608 DeclarationName Name = R.Declaration->getDeclName();
SemaStmt.cpp 464 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp 500 if (!ND->getDeclName())
844 ShadowMap::iterator NamePos = SMap.find(R.Declaration->getDeclName());
869 ShadowMap::iterator NamePos = SM->find(R.Declaration->getDeclName());
923 SMap[R.Declaration->getDeclName()].Add(R.Declaration, Results.size());
    [all...]
SemaInit.cpp 420 CtorDecl->isExplicit() && R->getDeclName() &&
    [all...]
SemaType.cpp 763 << objcClass->getDeclName()
833 << objcClass->getDeclName()
874 << typeArg << bound << typeParam->getDeclName();
876 << typeParam->getDeclName();
902 << typeArg << bound << typeParam->getDeclName();
904 << typeParam->getDeclName();
933 << objcClass->getDeclName()
    [all...]
SemaCast.cpp 412 << DeclFrom->getDeclName();
416 << DeclTo->getDeclName();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 428 const std::string &declName = ND->getDeclName().getAsString();
HTMLDiagnostics.cpp 140 declName = ND->getDeclName().getAsString();
ExprEngineCallAndReturn.cpp 734 if (const IdentifierInfo *II = RD->getDeclName().getAsIdentifierInfo())
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 188 /// getDeclName - Get the actual, stored name of the declaration,
190 DeclarationName getDeclName() const { return Name; }
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 612 DeclContext::lookup_result R = IDecl->lookup(Property->getDeclName());
618 Property->getDeclName().getAsIdentifierInfo()))
643 DeclContext::lookup_result R = ImpDecl->lookup(MD->getDeclName());
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 601 llvm::errs() << " " << (*di)->getDeclName().getAsString()
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGRecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 803 else if (DeclarationName Name = ND->getDeclName()) {
    [all...]

Completed in 1250 milliseconds

12 3