Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp47 Out << getVariableName(getDecl()); in printNode()
82 Out << getVariableName(getDecl()) << ')'; in printNode()
103 Out << getVariableName(getDecl()); in printNode()
H A DUninitializedObject.h150 std::string getVariableName(const FieldDecl *Field);
H A DUninitializedObjectChecker.cpp67 Out << getVariableName(getDecl()); in printNode()
581 std::string clang::ento::getVariableName(const FieldDecl *Field) { in getVariableName() function in clang::ento
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp102 StringRef getVariableName() const { return VariableName; }; in getVariableName() function in __anon5fed5ee80111::MatchDataInfo
223 Expansions.declare(I.getPatternSymbol(), I.getVariableName()); in declareExpansions()
1026 OS << " " << I.getType() << " " << I.getVariableName() << ";\n"; in run()