Searched refs:matchName (Results 1 – 4 of 4) sorted by relevance
185 public void setCallStackDebuggingParams(String matchName, String matchCall) { in setCallStackDebuggingParams() argument186 sCallStackDebuggingMatchName = matchName.toLowerCase(); in setCallStackDebuggingParams()344 final boolean matchName = !sCallStackDebuggingMatchName.isEmpty(); in matchesForCallStackDebugging()345 if (!matchName) { in matchesForCallStackDebugging()
161 bool matchName(const llvm::StringRef &Candidate) const;
333 if ((*I)->matchName(FD->getName())) in markUsedByReducePragma()
43 bool RSExportReduce::matchName(const llvm::StringRef &Candidate) const { in matchName() function in slang::RSExportReduce