Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h51 StartsWithUnderscoreAtGlobalScope, enumerator
76 Status != ReservedIdentifierStatus::StartsWithUnderscoreAtGlobalScope && in isReservedInAllContexts()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp418 return ReservedIdentifierStatus::StartsWithUnderscoreAtGlobalScope; in isReserved()