Searched refs:CurBranch (Results 1 – 1 of 1) sorted by relevance
3059 const std::string &CurBranch = getClangFullRepositoryVersion(); in ReadControlBlock() local3061 if (StringRef(CurBranch) != ASTBranch && !DisableValidation) { in ReadControlBlock()3063 Diag(diag::err_pch_different_branch) << ASTBranch << CurBranch; in ReadControlBlock()