| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 2695 Init *DeclName = StringInit::get(Str); in ParseDeclaration() local 2706 DeclName = QualifyName(*CurRec, CurMultiClass, DeclName, ":"); in ParseDeclaration() 2712 DeclName = QualifyName(CurMultiClass->Rec, CurMultiClass, DeclName, "::"); 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 2812 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration() 3060 if (Records.getGlobal(DeclName->getValue())) in ParseDefset() 3081 Records.addExtraGlobal(DeclName->getValue(), in ParseDefset() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 495 DeclarationName DeclName = ND->getDeclName(); in printSymbolName() local 496 if (DeclName.isEmpty()) in printSymbolName() 498 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 122 void printDeclType(QualType T, StringRef DeclName, bool Pack = false); 277 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType() argument 285 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation); in printDeclType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4776 StringRef DeclName, LinkageName; in EmitGlobalVariable() local 4779 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName, in EmitGlobalVariable() 4789 if (T->isUnionType() && DeclName.empty()) { in EmitGlobalVariable() 4811 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit), in EmitGlobalVariable()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 14306 DeclarationName DeclName = UnresExpr->getMemberName(); in BuildCallToMemberFunction() local 14337 << DeclName << MemExprE->getSourceRange()), in BuildCallToMemberFunction() 14344 << DeclName << MemExprE->getSourceRange()), in BuildCallToMemberFunction() 14351 << DeclName << MemExprE->getSourceRange()), in BuildCallToMemberFunction()
|