Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15375 auto IsIgnoredLoc = [&](SourceLocation Loc) { in isAcceptableTagRedeclaration() local
15379 if (IsIgnoredLoc(NewTagLoc)) in isAcceptableTagRedeclaration()
15383 return IsIgnoredLoc(Tag->getLocation()); in isAcceptableTagRedeclaration()