Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 DUninitializedObjectChecker.cpp67 Out << getVariableName(getDecl()); in printNode()
581 std::string clang::ento::getVariableName(const FieldDecl *Field) { in getVariableName() function in clang::ento
H A DUninitializedObject.h150 std::string getVariableName(const FieldDecl *Field);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp102 StringRef getVariableName() const { return VariableName; }; in getVariableName() function in __anon31f3a7ff0111::MatchDataInfo
223 Expansions.declare(I.getPatternSymbol(), I.getVariableName()); in declareExpansions()
1026 OS << " " << I.getType() << " " << I.getVariableName() << ";\n"; in run()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h287 inline std::string * getVariableName() { return m_variable; } in getVariableName() function