Home
last modified time | relevance | path

Searched refs:getAllManglings (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Index/
DCodegenNameGenerator.cpp71 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() function
193 std::vector<std::string> CodegenNameGenerator::getAllManglings(const Decl *D) { in getAllManglings() function in CodegenNameGenerator
194 return Impl->getAllManglings(D); in getAllManglings()
/external/llvm-project/clang/lib/AST/
DMangle.cpp431 std::vector<std::string> getAllManglings(const ObjCContainerDecl *OCD) { in getAllManglings() function in ASTNameGenerator::Implementation
454 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator::Implementation
456 return getAllManglings(OCD); in getAllManglings()
579 std::vector<std::string> ASTNameGenerator::getAllManglings(const Decl *D) { in getAllManglings() function in ASTNameGenerator
580 return Impl->getAllManglings(D); in getAllManglings()
/external/clang/include/clang/Index/
DCodegenNameGenerator.h42 std::vector<std::string> getAllManglings(const Decl *D);
/external/llvm-project/clang/include/clang/AST/
DMangle.h266 std::vector<std::string> getAllManglings(const Decl *D);
/external/llvm-project/clang/lib/Frontend/
DInterfaceStubFunctionsConsumer.cpp96 std::vector<std::string> MangledNames = NameGen.getAllManglings(ND); in WriteNamedDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4861 std::vector<std::string> Manglings = ASTNameGen.getAllManglings(D); in clang_Cursor_getCXXManglings()
4875 std::vector<std::string> Manglings = ASTNameGen.getAllManglings(D); in clang_Cursor_getObjCManglings()
/external/clang/tools/libclang/
DCIndex.cpp4396 std::vector<std::string> Manglings = CGNameGen.getAllManglings(D); in clang_Cursor_getCXXManglings()