| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Extract/ |
| H A D | Extract.h | 29 Optional<std::string> DeclName); 34 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName) in ExtractFunction() argument 36 DeclName(DeclName ? std::move(*DeclName) : "extracted") {} in ExtractFunction() 46 std::string DeclName; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GCDAntipatternChecker.cpp | 59 decltype(auto) equalsBoundArgDecl(int ArgIdx, const char *DeclName) { in equalsBoundArgDecl() argument 61 to(varDecl(equalsBoundNode(DeclName)))))); in equalsBoundArgDecl() 64 decltype(auto) bindAssignmentToDecl(const char *DeclName) { in bindAssignmentToDecl() argument 66 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl() 75 std::string DeclName = ND->getNameAsString(); in isTest() local 76 if (StringRef(DeclName).startswith("test")) in isTest()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 93 std::string DeclName; in GetEnclosingDeclContextSignature() local 100 DeclName = ND->getQualifiedNameAsString(); in GetEnclosingDeclContextSignature() 107 DeclName = GetSignature(dyn_cast_or_null<FunctionDecl>(ND)); in GetEnclosingDeclContextSignature() 112 DeclName = ND->getQualifiedNameAsString(); in GetEnclosingDeclContextSignature() 118 return DeclName; in GetEnclosingDeclContextSignature()
|
| H A D | BodyFarm.cpp | 229 DeclarationName DeclName = C.DeclarationNames.getIdentifier(&II); in findMemberField() local 231 DeclContextLookupResult Decls = RD->lookup(DeclName); in findMemberField()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | Extract.cpp | 71 Optional<std::string> DeclName) { in initiate() argument 93 return ExtractFunction(std::move(Code), DeclName); in initiate() 157 ReturnType.print(OS, PP, DeclName); in createSourceReplacements() 180 OS << DeclName << '('; in createSourceReplacements()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 2695 Init *DeclName = StringInit::get(Str); in ParseDeclaration() local 2701 RecordVal(DeclName, IdLoc, Type, in ParseDeclaration() 2706 DeclName = QualifyName(*CurRec, CurMultiClass, DeclName, ":"); in ParseDeclaration() 2707 BadField = AddValue(CurRec, IdLoc, RecordVal(DeclName, IdLoc, Type, in ParseDeclaration() 2712 DeclName = QualifyName(CurMultiClass->Rec, CurMultiClass, DeclName, "::"); in ParseDeclaration() 2713 BadField = AddValue(CurRec, IdLoc, RecordVal(DeclName, IdLoc, Type, in ParseDeclaration() 2724 SetValue(CurRec, ValLoc, DeclName, None, Val)) in ParseDeclaration() 2728 return DeclName; in ParseDeclaration() 2731 return DeclName; in ParseDeclaration() 2748 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 490 DeclarationName DeclName = ND->getDeclName(); in printSymbolName() local 491 if (DeclName.isEmpty()) in printSymbolName() 493 DeclName.print(OS, Policy); in printSymbolName()
|
| H A D | CommentToXML.cpp | 910 if (DeclarationName DeclName = ND->getDeclName()) { in visitFullComment() local 912 std::string Name = DeclName.getAsString(); in visitFullComment()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 121 void printDeclType(QualType T, StringRef DeclName, bool Pack = false); 276 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType() argument 284 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation); in printDeclType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4790 StringRef DeclName, LinkageName; in EmitGlobalVariable() local 4793 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, in EmitGlobalVariable() 4803 if (T->isUnionType() && DeclName.empty()) { in EmitGlobalVariable() 4825 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit), in EmitGlobalVariable()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 14286 DeclarationName DeclName = UnresExpr->getMemberName(); in BuildCallToMemberFunction() local 14317 << DeclName << MemExprE->getSourceRange()), in BuildCallToMemberFunction() 14324 << DeclName << MemExprE->getSourceRange()), in BuildCallToMemberFunction() 14331 << DeclName << MemExprE->getSourceRange()), in BuildCallToMemberFunction()
|