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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp40 auto NoPrefix = Item; local
41 if (!NoPrefix.consume_front(DropPrefix))
43 if (NoPrefix.equals_lower(Search)) {
44 if (NoPrefix.equals(Search))
50 unsigned Distance = NoPrefix.edit_distance(Search);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp399 NoPrefix enumerator in enum:PrefixType
440 case NoPrefix:

Completed in 108 milliseconds