Home
last modified time | relevance | path

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

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