Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h36 std::optional<std::string> DeclName) in ExtractFunction()
48 std::string DeclName; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp72 std::optional<std::string> DeclName) { in initiate()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp94 std::string DeclName; in GetEnclosingDeclContextSignature() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp498 DeclarationName DeclName = ND->getDeclName(); in printSymbolName() local
H A DCommentToXML.cpp923 if (DeclarationName DeclName = ND->getDeclName()) { in visitFullComment() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3268 Init *DeclName = StringInit::get(Records, Str); in ParseDeclaration() local
3323 Init *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseForeachDeclaration() local
3647 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefset() local
3720 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefvar() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp313 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5640 StringRef DeclName, LinkageName; in EmitGlobalVariable() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp15370 DeclarationName DeclName = UnresExpr->getMemberName(); in BuildCallToMemberFunction() local