OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnonymousStructId
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Mangle.h
86
uint64_t
getAnonymousStructId
(const NamedDecl *D) {
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
967
Name += llvm::utostr(Context.
getAnonymousStructId
(DD) + 1);
981
Name += llvm::utostr(Context.
getAnonymousStructId
(RD) + 1);
1080
Name += llvm::utostr(Context.
getAnonymousStructId
(TD) + 1);
ItaniumMangle.cpp
1538
unsigned AnonStructId = NullOut ? 0 : Context.
getAnonymousStructId
(TD);
Completed in 24 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026