OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:manglePrefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp
545
void
manglePrefix
(NestedNameSpecifier *qualifier);
546
void
manglePrefix
(const DeclContext *DC, bool NoFunction=false);
547
void
manglePrefix
(QualType type);
1198
void CXXNameMangler::
manglePrefix
(QualType type) {
1673
manglePrefix
(DC, NoFunction);
1787
manglePrefix
(getEffectiveDeclContext(BD), true /*NoFunction*/);
1840
manglePrefix
(DC);
1974
void CXXNameMangler::
manglePrefix
(NestedNameSpecifier *qualifier) {
1993
manglePrefix
(QualType(qualifier->getAsType(), 0));
2000
manglePrefix
(qualifier->getPrefix())
[
all
...]
ItaniumMangle.cpp
545
void
manglePrefix
(NestedNameSpecifier *qualifier);
546
void
manglePrefix
(const DeclContext *DC, bool NoFunction=false);
547
void
manglePrefix
(QualType type);
1198
void CXXNameMangler::
manglePrefix
(QualType type) {
1673
manglePrefix
(DC, NoFunction);
1787
manglePrefix
(getEffectiveDeclContext(BD), true /*NoFunction*/);
1840
manglePrefix
(DC);
1974
void CXXNameMangler::
manglePrefix
(NestedNameSpecifier *qualifier) {
1993
manglePrefix
(QualType(qualifier->getAsType(), 0));
2000
manglePrefix
(qualifier->getPrefix())
[
all
...]
Completed in 68 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026