Searched refs:ConcurrencyCheck (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h388 /// Clients should create instances of the ConcurrencyCheck class whenever
405 friend class ConcurrencyCheck;
407 class ConcurrencyCheck { class in class:clang::ASTUnit
411 explicit ConcurrencyCheck(ASTUnit &Self) : Self(Self) { function in class:clang::ASTUnit::ConcurrencyCheck
415 ~ConcurrencyCheck() {

Completed in 113 milliseconds