Home
last modified time | relevance | path

Searched refs:StartsWithDoubleUnderscore (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h48 StartsWithDoubleUnderscore, enumerator
/openbsd/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp369 return ReservedIdentifierStatus::StartsWithDoubleUnderscore; in isReserved()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp754 if (Status == ReservedIdentifierStatus::StartsWithDoubleUnderscore && in shouldIgnoreDueToReservedName()