Home
last modified time | relevance | path

Searched defs:DeclName (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
HDExtract.h34 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName) in ExtractFunction()
46 std::string DeclName; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDGCDAntipatternChecker.cpp60 auto equalsBoundArgDecl(int ArgIdx, const char *DeclName) in equalsBoundArgDecl()
66 auto bindAssignmentToDecl(const char *DeclName) -> decltype(hasLHS(expr())) { in bindAssignmentToDecl()
77 std::string DeclName = ND->getNameAsString(); in isTest() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
HDExtract.cpp71 Optional<std::string> DeclName) { in initiate()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDIssueHash.cpp92 std::string DeclName; in GetEnclosingDeclContextSignature() local
HDExprEngineCallAndReturn.cpp839 DeclarationName DeclName = Ctx.DeclarationNames.getIdentifier(&II); in hasMember() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDIndexSymbol.cpp481 DeclarationName DeclName = ND->getDeclName(); in printSymbolName() local
HDCommentToXML.cpp908 if (DeclarationName DeclName = ND->getDeclName()) { in visitFullComment() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGParser.cpp2441 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
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp233 DeclarationName DeclName = C.DeclarationNames.getIdentifier(&II); in findMemberField() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp270 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp4470 StringRef DeclName, LinkageName; in EmitGlobalVariable() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp13911 DeclarationName DeclName = UnresExpr->getMemberName(); in BuildCallToMemberFunction() local