Home
last modified time | relevance | path

Searched refs:getAnonymousStructId (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h86 uint64_t getAnonymousStructId(const NamedDecl *D) { in getAnonymousStructId() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp967 Name += llvm::utostr(Context.getAnonymousStructId(DD) + 1); in mangleUnqualifiedName()
981 Name += llvm::utostr(Context.getAnonymousStructId(RD) + 1); in mangleUnqualifiedName()
1080 Name += llvm::utostr(Context.getAnonymousStructId(TD) + 1); in mangleUnqualifiedName()
H A DItaniumMangle.cpp1543 unsigned AnonStructId = NullOut ? 0 : Context.getAnonymousStructId(TD); in mangleUnqualifiedName()