Searched refs:DeclName (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h25 /// \param DeclName The name name of the extract function. If None,
29 Optional<std::string> DeclName);
34 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName) argument
36 DeclName(DeclName ? std::move(*DeclName) : "extracted") {}
46 std::string DeclName; member in class:clang::tooling::final
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp60 auto equalsBoundArgDecl(int ArgIdx, const char *DeclName)
63 to(varDecl(equalsBoundNode(DeclName))))));
66 auto bindAssignmentToDecl(const char *DeclName) -> decltype(hasLHS(expr())) {
68 declRefExpr(to(varDecl().bind(DeclName)))));
77 std::string DeclName = ND->getNameAsString(); local
78 if (StringRef(DeclName).startswith("test"))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp71 Optional<std::string> DeclName) {
93 return ExtractFunction(std::move(Code), DeclName);
157 ReturnType.print(OS, PP, DeclName);
180 OS << DeclName << '('; local
69 initiate(RefactoringRuleContext &Context, CodeRangeASTSelection Code, Optional<std::string> DeclName) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp92 std::string DeclName; local
99 DeclName = ND->getQualifiedNameAsString();
106 DeclName = GetSignature(dyn_cast_or_null<FunctionDecl>(ND));
111 DeclName = ND->getQualifiedNameAsString();
117 return DeclName;
H A DExprEngineCallAndReturn.cpp839 DeclarationName DeclName = Ctx.DeclarationNames.getIdentifier(&II); local
840 if (!RD->lookup(DeclName).empty())
845 [DeclName](const CXXBaseSpecifier *Specifier, CXXBasePath &Path) {
846 return CXXRecordDecl::FindOrdinaryMember(Specifier, Path, DeclName);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2441 Init *DeclName = StringInit::get(Str); local
2446 DeclName = QualifyName(*CurRec, CurMultiClass, DeclName, ":");
2450 DeclName = QualifyName(CurMultiClass->Rec, CurMultiClass, DeclName,
2455 if (AddValue(CurRec, IdLoc, RecordVal(DeclName, Type, HasField)))
2464 SetValue(CurRec, ValLoc, DeclName, None, Val))
2468 return DeclName;
2471 return DeclName;
2488 Init *DeclName local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp481 DeclarationName DeclName = ND->getDeclName(); local
482 if (DeclName.isEmpty())
484 DeclName.print(OS, Policy);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp233 DeclarationName DeclName = C.DeclarationNames.getIdentifier(&II); local
235 DeclContextLookupResult Decls = RD->lookup(DeclName);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp115 void printDeclType(QualType T, StringRef DeclName, bool Pack = false);
270 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { argument
278 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4470 StringRef DeclName, LinkageName; local
4473 collectVarDeclProps(D, Unit, LineNo, T, DeclName, LinkageName,
4483 if (T->isUnionType() && DeclName.empty()) {
4505 DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13911 DeclarationName DeclName = UnresExpr->getMemberName();
13940 << DeclName << MemExprE->getSourceRange()),
13949 << DeclName << MemExprE->getSourceRange()),
13958 << DeclName << MemExprE->getSourceRange()),

Completed in 315 milliseconds