Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h52 StartsWithDoubleUnderscore, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp383 return ReservedIdentifierStatus::StartsWithDoubleUnderscore; in isReserved()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp782 if (Status == ReservedIdentifierStatus::StartsWithDoubleUnderscore && in shouldIgnoreDueToReservedName()