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