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

12 3

  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaInit.cpp 397 CtorDecl->isExplicit() && R->getDeclName() &&
    [all...]
SemaCodeComplete.cpp 501 if (!ND->getDeclName())
845 ShadowMap::iterator NamePos = SMap.find(R.Declaration->getDeclName());
870 ShadowMap::iterator NamePos = SM->find(R.Declaration->getDeclName());
924 SMap[R.Declaration->getDeclName()].Add(R.Declaration, Results.size());
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 329 mangleUnqualifiedName(ND, ND->getDeclName(), UnknownArity);
407 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
    [all...]
MicrosoftMangle.cpp 242 mangleUnqualifiedName(ND, ND->getDeclName());
307 if (!FD->getDeclName().isIdentifier() || L == CXXLanguageLinkage)
718 assert(D->getDeclName().getAsIdentifierInfo() &&
720 mangleSourceName(D->getDeclName().getAsIdentifierInfo()->getName());
    [all...]
ASTContext.cpp     [all...]
ASTDumper.cpp 522 OS << " '" << ND->getDeclName() << '\'';
540 if (ND->getDeclName()) {
    [all...]
DeclPrinter.cpp     [all...]
StmtProfile.cpp 1066 VisitName(S->getDeclName());
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 148 /// getDeclName - Get the actual, stored name of the declaration,
150 DeclarationName getDeclName() const { return Name; }
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 510 DeclContext::lookup_const_result R = IDecl->lookup(Property->getDeclName());
516 Property->getDeclName().getAsIdentifierInfo()))
541 DeclContext::lookup_const_result R = ImpDecl->lookup(MD->getDeclName());
741 TargetPDecl->getDeclName().getAsIdentifierInfo())) {
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 606 llvm::errs() << " " << (*di)->getDeclName().getAsString()
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 138 declName = ND->getDeclName().getAsString();
ExprEngineCallAndReturn.cpp 731 if (const IdentifierInfo *II = RD->getDeclName().getAsIdentifierInfo())
    [all...]
MemRegion.cpp 461 os << "code{" << getDecl()->getDeclName().getAsString() << '}';
    [all...]
PathDiagnostic.cpp 177 os << " (within a call to '" << ND->getDeclName() << "')";
    [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 403 std::string namespace_string = decl->getDeclName().getAsString();
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGRecordLayoutBuilder.cpp 727 if (!FD->getDeclName())
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 816 else if (DeclarationName Name = ND->getDeclName()) {
    [all...]

Completed in 6861 milliseconds

12 3