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

/freebsd-11-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());
584 std::string clang::ento::getVariableName(const FieldDecl *Field) { function in class:clang::ento
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp101 StringRef getVariableName() const { return VariableName; }; function in class:__anon2928::MatchDataInfo
222 Expansions.declare(I.getPatternSymbol(), I.getVariableName());
971 OS << " " << I.getType() << " " << I.getVariableName() << ";\n";

Completed in 110 milliseconds