Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp16451 auto IsIgnoredLoc = [&](SourceLocation Loc) { in isAcceptableTagRedeclaration() local
16455 if (IsIgnoredLoc(NewTagLoc)) in isAcceptableTagRedeclaration()
16459 return IsIgnoredLoc(Tag->getLocation()); in isAcceptableTagRedeclaration()