Searched refs:InComment (Results 1 – 2 of 2) sorted by relevance
27 bool InComment = false; variable34 InComment = true;44 if (InComment) {45 InComment = false;
178 static bool sameName(StringRef InComment, StringRef InDecl, bool StrictMode) { in sameName() argument180 return InComment == InDecl; in sameName()181 InComment = InComment.trim('_'); in sameName()184 return InComment.compare_insensitive(InDecl) == 0; in sameName()