Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15991 auto IsIgnoredLoc = [&](SourceLocation Loc) { in isAcceptableTagRedeclaration() local
15995 if (IsIgnoredLoc(NewTagLoc)) in isAcceptableTagRedeclaration()
15999 return IsIgnoredLoc(Tag->getLocation()); in isAcceptableTagRedeclaration()