Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h678 Variable *variableDecl() { return VarDecl; } in variableDecl() function
679 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
701 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
733 Variable *variableDecl() { return VarDecl; } in variableDecl() function
734 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
753 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
1867 Variable *variableDecl() { return VarDecl; } in variableDecl() function
1868 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
1890 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()