Searched refs:DeclName (Results 1 – 7 of 7) sorted by relevance
/external/clang/unittests/AST/ |
D | NamedDeclPrinterTest.cpp | 96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches() argument 102 namedDecl(hasName(DeclName)).bind("id"), in PrintedNamedDeclCXX98Matches() 108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches() argument 114 namedDecl(hasName(DeclName)).bind("id"), in PrintedWrittenNamedDeclCXX11Matches()
|
D | DeclPrinterTest.cpp | 102 StringRef DeclName, in PrintedDeclCXX98Matches() argument 107 namedDecl(hasName(DeclName)).bind("id"), in PrintedDeclCXX98Matches() 125 StringRef DeclName, in PrintedDeclCXX11Matches() argument 130 namedDecl(hasName(DeclName)).bind("id"), in PrintedDeclCXX11Matches()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1705 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDeclaration() local 1710 DeclName = QualifyName(*CurRec, CurMultiClass, DeclName, ":"); in ParseDeclaration() 1715 DeclName = QualifyName(CurMultiClass->Rec, CurMultiClass, DeclName, in ParseDeclaration() 1720 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField))) in ParseDeclaration() 1729 SetValue(CurRec, ValLoc, DeclName, std::vector<unsigned>(), Val)) in ParseDeclaration() 1733 return DeclName; in ParseDeclaration() 1750 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration() local 1812 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 688 DeclarationName DeclName = Ctx.DeclarationNames.getIdentifier(&II); in hasMember() local 689 if (!RD->lookup(DeclName).empty()) in hasMember() 694 DeclName.getAsOpaquePtr(), in hasMember()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 921 if (DeclarationName DeclName = ND->getDeclName()) { in visitFullComment() local 923 std::string Name = DeclName.getAsString(); in visitFullComment()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3160 StringRef DeclName = D->getName(); in EmitGlobalVariable() local 3165 if (LinkageName == DeclName) in EmitGlobalVariable() 3178 if (T->isUnionType() && DeclName.empty()) { in EmitGlobalVariable() 3184 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit), in EmitGlobalVariable()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 11437 DeclarationName DeclName = UnresExpr->getMemberName(); in BuildCallToMemberFunction() local 11464 << DeclName << MemExprE->getSourceRange(); in BuildCallToMemberFunction() 11471 << DeclName << MemExprE->getSourceRange(); in BuildCallToMemberFunction() 11479 << DeclName in BuildCallToMemberFunction()
|