Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp13860 auto IsIgnoredLoc = [&](SourceLocation Loc) { in isAcceptableTagRedeclaration() local
13864 if (IsIgnoredLoc(NewTagLoc)) in isAcceptableTagRedeclaration()
13868 return IsIgnoredLoc(Tag->getLocation()); in isAcceptableTagRedeclaration()