reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1586                    ProtectedOperationKind POK = POK_VarAccess);
 1588                      ProtectedOperationKind POK = POK_VarAccess);
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1762     assert((POK == POK_VarAccess || POK == POK_VarDereference) &&
 1764     unsigned DiagID = POK == POK_VarAccess?
 1779         case POK_VarAccess:
 1800       if (Verbose && POK == POK_VarAccess) {
 1809         case POK_VarAccess:
 1828       if (Verbose && POK == POK_VarAccess) {