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

/external/clang/lib/Index/
H A DIndexSymbol.cpp303 DeclarationName DeclName = ND->getDeclName(); local
304 if (DeclName.isEmpty())
306 DeclName.print(OS, Policy);
/external/clang/unittests/AST/
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
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"),
/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.cpp676 DeclarationName DeclName = Ctx.DeclarationNames.getIdentifier(&II); local
677 if (!RD->lookup(DeclName).empty())
682 [DeclName](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) {
683 return CXXRecordDecl::FindOrdinaryMember(Specifier, Path, DeclName);
/external/clang/lib/AST/
H A DDeclPrinter.cpp102 void printDeclType(QualType T, StringRef DeclName, bool Pack = false);
241 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { argument
249 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation);
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp1480 std::string DeclName = Lex.getCurStrVal(); local
1485 DeclName = CurRec->getName() + ":" + DeclName;
1490 DeclName = CurMultiClass->Rec.getName() + "::" + DeclName;
1494 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))
1503 SetValue(CurRec, ValLoc, DeclName, std::vector<unsigned>(), Val))
1507 return DeclName;
/external/llvm/lib/TableGen/
H A DTGParser.cpp1703 Init *DeclName = StringInit::get(Lex.getCurStrVal()); local
1708 DeclName = QualifyName(*CurRec, CurMultiClass, DeclName, ":");
1712 DeclName = QualifyName(CurMultiClass->Rec, CurMultiClass, DeclName,
1717 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))
1726 SetValue(CurRec, ValLoc, DeclName, None, Val))
1730 return DeclName;
1733 return DeclName;
1750 Init *DeclName local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3552 StringRef DeclName, LinkageName; local
3554 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, DContext);
3563 if (T->isUnionType() && DeclName.empty()) {
3570 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit),

Completed in 350 milliseconds