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

/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp102 StringRef getVariableName() const { return VariableName; }; function in class:__anon3303::MatchDataInfo
223 Expansions.declare(I.getPatternSymbol(), I.getVariableName());
1026 OS << " " << I.getType() << " " << I.getVariableName() << ";\n";
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h287 inline std::string * getVariableName() { return m_variable; } function in class:elftosb::VariableExprASTNode

Completed in 268 milliseconds