Lines Matching refs:Allowed
17 getBestGuess(llvm::StringRef Search, llvm::ArrayRef<llvm::StringRef> Allowed, in getBestGuess() argument
22 for (const llvm::StringRef &Item : Allowed) { in getBestGuess()
39 for (const llvm::StringRef &Item : Allowed) { in getBestGuess()
65 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local
70 return ::getBestGuess(Value.getString(), llvm::ArrayRef(Allowed), "attr::"); in getBestGuess()
77 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local
82 return ::getBestGuess(Value.getString(), llvm::ArrayRef(Allowed), "CK_"); in getBestGuess()
89 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local
95 return ::getBestGuess(Value.getString(), llvm::ArrayRef(Allowed), "OMPC_"); in getBestGuess()
102 static constexpr llvm::StringRef Allowed[] = { in getBestGuess() local
108 return ::getBestGuess(Value.getString(), llvm::ArrayRef(Allowed), "UETT_"); in getBestGuess()