Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h645 self()->printVariable(E->variableDecl(), SS, true);
647 self()->printSExpr(E->variableDecl()->definition(), SS, Prec_MAX);
660 self()->printVariable(E->variableDecl(), SS, true); in printSFunction()
914 printVariable(E->variableDecl(), SS, true); in printLet()
916 printSExpr(E->variableDecl()->definition(), SS, Prec_Decl-1); in printLet()
H A DThreadSafetyTIL.h688 Variable *variableDecl() { return VarDecl; } in variableDecl() function
689 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
711 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
743 Variable *variableDecl() { return VarDecl; } in variableDecl() function
744 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
763 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
1874 Variable *variableDecl() { return VarDecl; } in variableDecl() function
1875 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
1897 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()