HomeSort by relevance Sort by last modified time
    Searched refs:getAnonymousStructId (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
Mangle.h 83 uint64_t getAnonymousStructId(const TagDecl *TD) {
  /external/clang/lib/AST/
MicrosoftMangle.cpp 708 Name += llvm::utostr(Context.getAnonymousStructId(RD) + 1);
749 Name += llvm::utostr(Context.getAnonymousStructId(TD));
    [all...]
ItaniumMangle.cpp     [all...]

Completed in 274 milliseconds