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

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

Completed in 112 milliseconds