Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp15319 auto IsIgnoredLoc = [&](SourceLocation Loc) { in isAcceptableTagRedeclaration() local
15323 if (IsIgnoredLoc(NewTagLoc)) in isAcceptableTagRedeclaration()
15327 return IsIgnoredLoc(Tag->getLocation()); in isAcceptableTagRedeclaration()