Home
last modified time | relevance | path

Searched refs:isReservedInAllContexts (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h73 inline bool isReservedInAllContexts(ReservedIdentifierStatus Status) { in isReservedInAllContexts() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp183 if (isReservedInAllContexts(II->isReserved(Lang))) in shouldWarnOnMacroDef()
195 if (isReservedInAllContexts(II->isReserved(Lang))) in shouldWarnOnMacroUndef()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp582 if (isReservedInAllContexts(Status) && in ActOnLabelStmt()
H A DSemaExprCXX.cpp509 isReservedInAllContexts(Status)) { in checkLiteralOperatorId()
H A DSemaCodeComplete.cpp776 if (isReservedInAllContexts(Status) && ND->getLocation().isInvalid()) in shouldIgnoreDueToReservedName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1135 if (isReservedAtGlobalScope(Status) && !isReservedInAllContexts(Status)) { in isReserved()