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