Home
last modified time | relevance | path

Searched refs:getVariableName (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DMatchDataInfo.h57 StringRef getVariableName() const;
60 return StructName.str() + "." + getVariableName().str(); in getQualifiedVariableName()
H A DMatchDataInfo.cpp21 StringRef MatchDataInfo::getVariableName() const { in getVariableName() function in llvm::gi::MatchDataInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp48 Out << getVariableName(getDecl()); in printNode()
83 Out << getVariableName(getDecl()) << ')'; in printNode()
102 Out << getVariableName(getDecl()); in printNode()
H A DUninitializedObject.h150 std::string getVariableName(const FieldDecl *Field);
H A DUninitializedObjectChecker.cpp64 Out << getVariableName(getDecl()); in printNode()
576 std::string clang::ento::getVariableName(const FieldDecl *Field) { in getVariableName() function in clang::ento