Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h677 Variable *variableDecl() { return VarDecl; } in variableDecl() function
678 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
700 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
732 Variable *variableDecl() { return VarDecl; } in variableDecl() function
733 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
752 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
1868 Variable *variableDecl() { return VarDecl; } in variableDecl() function
1869 const Variable *variableDecl() const { return VarDecl; } in variableDecl() function
1891 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
H A DThreadSafetyTraverse.h649 self()->printVariable(E->variableDecl(), SS, true);
651 self()->printSExpr(E->variableDecl()->definition(), SS, Prec_MAX);
664 self()->printVariable(E->variableDecl(), SS, true); in printSFunction()
918 printVariable(E->variableDecl(), SS, true); in printLet()
920 printSExpr(E->variableDecl()->definition(), SS, Prec_Decl-1); in printLet()