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