Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h388 bool isReservedName(bool doubleUnderscoreOnly = false) const {
394 (Name[1] >= 'A' && Name[1] <= 'Z' && !doubleUnderscoreOnly));
/external/clang/lib/Sema/
DSemaCodeComplete.cpp485 bool doubleUnderscoreOnly = false) { in isReservedName() argument
491 !doubleUnderscoreOnly)); in isReservedName()