Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4903 void Sema::handleTagNumbering(const TagDecl *Tag, Scope *TagScope) { in handleTagNumbering() argument
4916 Tag, getMSManglingNumber(getLangOpts(), TagScope))); in handleTagNumbering()
4928 Tag, getMSManglingNumber(getLangOpts(), TagScope))); in handleTagNumbering()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3930 void handleTagNumbering(const TagDecl *Tag, Scope *TagScope);