Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h687 Variable *variableDecl() { return VarDecl; } in variableDecl() function
688 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
710 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
742 Variable *variableDecl() { return VarDecl; } in variableDecl() function
743 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
762 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
1876 Variable *variableDecl() { return VarDecl; } in variableDecl() function
1877 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
1899 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
H A DThreadSafetyTraverse.h651 self()->printVariable(E->variableDecl(), SS, true);
653 self()->printSExpr(E->variableDecl()->definition(), SS, Prec_MAX);
666 self()->printVariable(E->variableDecl(), SS, true); in printSFunction()
920 printVariable(E->variableDecl(), SS, true); in printLet()
922 printSExpr(E->variableDecl()->definition(), SS, Prec_Decl-1); in printLet()