Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp769 static bool shouldIgnoreDueToReservedName(const NamedDecl *ND, Sema &SemaRef) { in shouldIgnoreDueToReservedName() function
815 if (shouldIgnoreDueToReservedName(ND, SemaRef)) in isInterestingDecl()