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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp744 SourceLocation AcquireLoc; member in struct:__anon15161::LockData
757 LockData(SourceLocation AcquireLoc, LockKind LKind, bool M=false, argument
759 : AcquireLoc(AcquireLoc), LKind(LKind), Asserted(Asrt), Managed(M),
763 LockData(SourceLocation AcquireLoc, LockKind LKind, const SExpr &Mu) argument
764 : AcquireLoc(AcquireLoc), LKind(LKind), Asserted(false), Managed(false),
769 return AcquireLoc == other.AcquireLoc && LKind == other.LKind;
777 ID.AddInteger(AcquireLoc
[all...]

Completed in 326 milliseconds