HomeSort by: relevance | last modified time | path
    Searched defs:VariableName (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp 294 std::string VariableName = Reg->getDescriptiveName();
295 if (!VariableName.empty())
296 OS << " " << VariableName;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp 94 std::string VariableName;
97 MatchDataInfo(StringRef PatternSymbol, StringRef Type, StringRef VariableName)
98 : PatternSymbol(PatternSymbol), Type(Type), VariableName(VariableName) {}
102 StringRef getVariableName() const { return VariableName; };
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 673 std::string VariableName;
708 return VariableName;

Completed in 16 milliseconds