Searched refs:getVariableName (Results 1 – 5 of 5) sorted by relevance
57 StringRef getVariableName() const;60 return StructName.str() + "." + getVariableName().str(); in getQualifiedVariableName()
21 StringRef MatchDataInfo::getVariableName() const { in getVariableName() function in llvm::gi::MatchDataInfo
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);
64 Out << getVariableName(getDecl()); in printNode()576 std::string clang::ento::getVariableName(const FieldDecl *Field) { in getVariableName() function in clang::ento