Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDIdentifierTable.h66 inline bool isReservedAtGlobalScope(ReservedIdentifierStatus Status) { in isReservedAtGlobalScope() function
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp1135 if (isReservedAtGlobalScope(Status) && !isReservedInAllContexts(Status)) { in isReserved()