Home
last modified time | relevance | path

Searched refs:TagScope (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4796 void Sema::handleTagNumbering(const TagDecl *Tag, Scope *TagScope) { in handleTagNumbering() argument
4809 Tag, getMSManglingNumber(getLangOpts(), TagScope))); in handleTagNumbering()
4821 Tag, getMSManglingNumber(getLangOpts(), TagScope))); in handleTagNumbering()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3502 void handleTagNumbering(const TagDecl *Tag, Scope *TagScope);