Home
last modified time | relevance | path

Searched refs:CheckUnlocked (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
DASTUnit.h182 static const unsigned int CheckUnlocked = 9803453; variable
381 assert(Self.ConcurrencyCheckValue == CheckUnlocked && in ConcurrencyCheck()
387 Self.ConcurrencyCheckValue = CheckUnlocked; in ~ConcurrencyCheck()
/external/clang/lib/Frontend/
DASTUnit.cpp102 ConcurrencyCheckValue(CheckUnlocked), in ASTUnit()