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

/external/clang/include/clang/AST/
H A DMangle.h84 uint64_t getAnonymousStructId(const TagDecl *TD) { function in class:clang::MangleContext
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp792 Name += llvm::utostr(Context.getAnonymousStructId(RD) + 1);
840 Name += llvm::utostr(Context.getAnonymousStructId(TD) + 1);
H A DItaniumMangle.cpp1301 unsigned AnonStructId = NullOut ? 0 : Context.getAnonymousStructId(TD);

Completed in 918 milliseconds