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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h438 static const unsigned Prec_Decl = 5; member in class:clang::threadSafety::til::PrettyPrinter
451 case COP_Function: return Prec_Decl;
452 case COP_SFunction: return Prec_Decl;
453 case COP_Code: return Prec_Decl;
454 case COP_Field: return Prec_Decl;
471 case COP_SCFG: return Prec_Decl;
480 case COP_Let: return Prec_Decl;
657 self()->printSExpr(B, SS, Prec_Decl);
665 self()->printSExpr(E->body(), SS, Prec_Decl);
670 self()->printSExpr(E->returnType(), SS, Prec_Decl
[all...]

Completed in 56 milliseconds