Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h65 inline bool isReservedAtGlobalScope(ReservedIdentifierStatus Status) { in isReservedAtGlobalScope() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1128 if (isReservedAtGlobalScope(Status) && !isReservedInAllContexts(Status)) { in isReserved()