/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/ |
H A D | Extract.h | 36 std::optional<std::string> DeclName) in ExtractFunction() 48 std::string DeclName; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GCDAntipatternChecker.cpp | 59 decltype(auto) equalsBoundArgDecl(int ArgIdx, const char *DeclName) { in equalsBoundArgDecl() 64 decltype(auto) bindAssignmentToDecl(const char *DeclName) { in bindAssignmentToDecl() 75 std::string DeclName = ND->getNameAsString(); in isTest() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ForwardDeclarationNamespaceCheck.cpp | 50 StringRef DeclName = RecordDecl->getName(); in check() local 149 auto It = DeclNameToDefinitions.find(DeclName); in onEndOfTranslationUnit() local
|
H A D | SuspiciousEnumUsageCheck.cpp | 116 const auto EnumExpr = [](StringRef RefName, StringRef DeclName) { in registerMatchers()
|
/llvm-project/clang/unittests/AST/ |
H A D | NamedDeclPrinterTest.cpp | 93 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches() 103 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches() 113 PrintedWrittenPropertyDeclObjCMatches(StringRef Code, StringRef DeclName, in PrintedWrittenPropertyDeclObjCMatches() 123 PrintedNestedNameSpecifierMatches(StringRef Code, StringRef DeclName, in PrintedNestedNameSpecifierMatches()
|
H A D | DeclPrinterTest.cpp | 60 PrintedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedDeclCXX98Matches() 82 StringRef DeclName, in PrintedDeclCXX11Matches()
|
/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 72 std::optional<std::string> DeclName) { in initiate()
|
/llvm-project/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 94 std::string DeclName; in GetEnclosingDeclContextSignature() local
|
H A D | BodyFarm.cpp | 245 DeclarationName DeclName = C.DeclarationNames.getIdentifier(&II); in findMemberField() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | RenamerClangTidyCheck.cpp | 86 StringRef DeclName) { in findDecl() argument 143 StringRef DeclName, in findDeclInBases() argument 309 DeclarationName DeclName = DepMemberRef->getMemberNameInfo().getName(); in VisitCXXDependentScopeMemberExpr() local
|
/llvm-project/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 498 DeclarationName DeclName = ND->getDeclName(); in printSymbolName() local
|
H A D | CommentToXML.cpp | 923 if (DeclarationName DeclName = ND->getDeclName()) { in visitFullComment() local
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | FindHeaders.cpp | 63 // Check if spelling of \p H matches \p DeclName. in nameMatch() argument
|
/llvm-project/clang/unittests/Interpreter/ |
H A D | InterpreterTest.cpp | 239 DeclarationName DeclName = &C.Idents.get(Name); in LookupSingleName() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 3268 Init *DeclName = StringInit::get(Records, Str); ParseDeclaration() local 3323 Init *DeclName = StringInit::get(Records, Lex.getCurStrVal()); ParseForeachDeclaration() local 3647 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); ParseDefset() local 3720 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); ParseDefvar() local [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | QualityTests.cpp | 142 auto ConstructShadowDeclCompletionResult = [&](const std::string DeclName) { in TEST()
|
/llvm-project/clang-tools-extra/clang-change-namespace/ |
H A D | ChangeNamespace.cpp | 205 std::string getShortestQualifiedNameInNamespace(llvm::StringRef DeclName, in getShortestQualifiedNameInNamespace() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 313 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5640 StringRef DeclName, LinkageName; EmitGlobalVariable() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 15392 DeclarationName DeclName = UnresExpr->getMemberName(); BuildCallToMemberFunction() local
|