Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Extract/
H A DExtract.h34 ExtractFunction(CodeRangeASTSelection Code, Optional<std::string> DeclName) in ExtractFunction()
46 std::string DeclName; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp59 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp71 Optional<std::string> DeclName) { in initiate()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp93 std::string DeclName; in GetEnclosingDeclContextSignature() local
H A DBodyFarm.cpp229 DeclarationName DeclName = C.DeclarationNames.getIdentifier(&II); in findMemberField() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp490 DeclarationName DeclName = ND->getDeclName(); in printSymbolName() local
H A DCommentToXML.cpp910 if (DeclarationName DeclName = ND->getDeclName()) { in visitFullComment() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp2695 Init *DeclName = StringInit::get(Str); in ParseDeclaration() local
2748 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration() local
3062 StringInit *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDefset() local
3099 StringInit *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDefvar() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp276 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4790 StringRef DeclName, LinkageName; in EmitGlobalVariable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp14286 DeclarationName DeclName = UnresExpr->getMemberName(); in BuildCallToMemberFunction() local