OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllManglings
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp
445
std::vector<std::string>
getAllManglings
(const ObjCContainerDecl *OCD) {
468
std::vector<std::string>
getAllManglings
(const Decl *D) {
470
return
getAllManglings
(OCD);
593
std::vector<std::string> ASTNameGenerator::
getAllManglings
(const Decl *D) {
594
return Impl->
getAllManglings
(D);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Mangle.h
286
std::vector<std::string>
getAllManglings
(const Decl *D);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp
96
std::vector<std::string> MangledNames = NameGen.
getAllManglings
(ND);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
4902
std::vector<std::string> Manglings = ASTNameGen.
getAllManglings
(D);
4916
std::vector<std::string> Manglings = ASTNameGen.
getAllManglings
(D);
Completed in 25 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026