Searched refs:DeclName (Results 1 - 9 of 9) sorted by relevance

/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, argument
102 namedDecl(hasName(DeclName)).bind("id"),
108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, argument
114 namedDecl(hasName(DeclName)).bind("id"),
H A DDeclPrinterTest.cpp102 StringRef DeclName,
107 namedDecl(hasName(DeclName)).bind("id"),
125 StringRef DeclName,
130 namedDecl(hasName(DeclName)).bind("id"),
101 PrintedDeclCXX98Matches(StringRef Code, StringRef DeclName, StringRef ExpectedPrinted) argument
124 PrintedDeclCXX11Matches(StringRef Code, StringRef DeclName, StringRef ExpectedPrinted) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp87 std::string DeclName; local
94 DeclName = ND->getQualifiedNameAsString();
101 DeclName = GetSignature(dyn_cast_or_null<FunctionDecl>(ND));
106 DeclName = ND->getQualifiedNameAsString();
112 return DeclName;
H A DExprEngineCallAndReturn.cpp689 DeclarationName DeclName = Ctx.DeclarationNames.getIdentifier(&II); local
690 if (!RD->lookup(DeclName).empty())
695 [DeclName](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) {
696 return CXXRecordDecl::FindOrdinaryMember(Specifier, Path, DeclName);
/external/llvm/lib/TableGen/
H A DTGParser.cpp1708 Init *DeclName = StringInit::get(Lex.getCurStrVal()); local
1713 DeclName = QualifyName(*CurRec, CurMultiClass, DeclName, ":");
1717 DeclName = QualifyName(CurMultiClass->Rec, CurMultiClass, DeclName,
1722 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))
1731 SetValue(CurRec, ValLoc, DeclName, std::vector<unsigned>(), Val))
1735 return DeclName;
1738 return DeclName;
1755 Init *DeclName local
[all...]
/external/clang/lib/AST/
H A DDeclPrinter.cpp100 void printDeclType(QualType T, StringRef DeclName, bool Pack = false);
239 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { argument
247 T.print(Out, Policy, (Pack ? "..." : "") + DeclName);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3344 StringRef DeclName, LinkageName; local
3346 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, DContext);
3355 if (T->isUnionType() && DeclName.empty()) {
3362 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit),
/external/clang/lib/Sema/
H A DSemaOverload.cpp12012 DeclarationName DeclName = UnresExpr->getMemberName();
12039 << DeclName << MemExprE->getSourceRange();
12046 << DeclName << MemExprE->getSourceRange();
12054 << DeclName
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 322 milliseconds