Searched defs:DeclName (Results 1 – 12 of 12) sorted by relevance
/external/clang/unittests/AST/ |
D | NamedDeclPrinterTest.cpp | 96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches() 108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches()
|
D | DeclPrinterTest.cpp | 102 StringRef DeclName, in PrintedDeclCXX98Matches() 125 StringRef DeclName, in PrintedDeclCXX11Matches()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | IssueHash.cpp | 87 std::string DeclName; in GetEnclosingDeclContextSignature() local
|
D | ExprEngineCallAndReturn.cpp | 676 DeclarationName DeclName = Ctx.DeclarationNames.getIdentifier(&II); in hasMember() local
|
/external/clang/lib/Index/ |
D | IndexSymbol.cpp | 303 DeclarationName DeclName = ND->getDeclName(); in printSymbolName() local
|
D | CommentToXML.cpp | 913 if (DeclarationName DeclName = ND->getDeclName()) { in visitFullComment() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 2441 Init *DeclName = StringInit::get(Str); in ParseDeclaration() local 2488 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration() local 2792 StringInit *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDefset() local 2830 StringInit *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDefvar() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 2814 Init *DeclName = StringInit::get(Records, Str); in ParseDeclaration() local 2869 Init *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseForeachDeclaration() local 3187 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefset() local 3224 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefvar() local
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1703 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDeclaration() local 1750 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration() local
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 241 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3552 StringRef DeclName, LinkageName; in EmitGlobalVariable() local
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 12259 DeclarationName DeclName = UnresExpr->getMemberName(); in BuildCallToMemberFunction() local
|