Searched refs:checkForDuplicates (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/ |
| H A D | llvm-libtool-darwin.cpp | 568 checkForDuplicates(const MembersPerArchitectureMap &MembersPerArch) { in checkForDuplicates() function 610 if (Error E = checkForDuplicates(NewMembers)) { in createStaticLibrary()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 855 static bool checkForDuplicates(Parser &P, StringRef Name, in checkForDuplicates() function 890 if (checkForDuplicates(*this, Name, NameLoc, Seen, CONTEXT_TRAIT_LVL)) in parseOMPTraitPropertyKind() 1056 if (checkForDuplicates(*this, Name, NameLoc, Seen, CONTEXT_SELECTOR_LVL)) in parseOMPTraitSelectorKind() 1242 if (checkForDuplicates(*this, Name, NameLoc, Seen, in parseOMPTraitSetKind()
|