Searched refs:startsWithWord (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp510 static bool startsWithWord(StringRef name, StringRef word) { function
543 if (startsWithWord(name, "alloc")) return OMF_alloc;
546 if (startsWithWord(name, "copy")) return OMF_copy;
549 if (startsWithWord(name, "init")) return OMF_init;
552 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy;
555 if (startsWithWord(name, "new")) return OMF_new;
573 if (startsWithWord(name, "array")) return OIT_Array;
576 if (startsWithWord(name, "default")) return OIT_ReturnsSelf;
577 if (startsWithWord(name, "dictionary")) return OIT_Dictionary;
580 if (startsWithWord(nam
[all...]

Completed in 67 milliseconds