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.h50 StartsWithUnderscoreAtGlobalScope, enumerator
75 Status != ReservedIdentifierStatus::StartsWithUnderscoreAtGlobalScope && in isReservedInAllContexts()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp391 return ReservedIdentifierStatus::StartsWithUnderscoreAtGlobalScope; in isReserved()