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