Searched refs:getVariableName (Results 1 – 4 of 4) sorted by relevance
48 Out << getVariableName(getDecl()); in printNode()83 Out << getVariableName(getDecl()) << ')'; in printNode()102 Out << getVariableName(getDecl()); in printNode()
150 std::string getVariableName(const FieldDecl *Field);
67 Out << getVariableName(getDecl()); in printNode()579 std::string clang::ento::getVariableName(const FieldDecl *Field) { in getVariableName() function in clang::ento
102 StringRef getVariableName() const { return VariableName; }; in getVariableName() function in __anon8971c0cb0111::MatchDataInfo223 Expansions.declare(I.getPatternSymbol(), I.getVariableName()); in declareExpansions()1051 OS << " " << I.getType() << " " << I.getVariableName() << ";\n"; in run()