Home
last modified time | relevance | path

Searched refs:VariableName (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DConsumed.h71 StringRef VariableName) {} in warnLoopStateMismatch() argument
83 StringRef VariableName, in warnParamReturnTypestateMismatch() argument
137 StringRef VariableName, in warnUseInInvalidState() argument
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp94 std::string VariableName; member in __anoncdaa66640111::MatchDataInfo
97 MatchDataInfo(StringRef PatternSymbol, StringRef Type, StringRef VariableName) in MatchDataInfo() argument
98 : PatternSymbol(PatternSymbol), Type(Type), VariableName(VariableName) {} in MatchDataInfo()
102 StringRef getVariableName() const { return VariableName; }; in getVariableName()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp295 std::string VariableName = Reg->getDescriptiveName(); in reportLeakedVALists() local
296 if (!VariableName.empty()) in reportLeakedVALists()
297 OS << " " << VariableName; in reportLeakedVALists()
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2074 StringRef VariableName) override { in warnLoopStateMismatch() argument
2076 VariableName); in warnLoopStateMismatch()
2082 StringRef VariableName, in warnParamReturnTypestateMismatch() argument
2087 diag::warn_param_return_typestate_mismatch) << VariableName << in warnParamReturnTypestateMismatch()
2128 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState() argument
2132 MethodName << VariableName << State); in warnUseInInvalidState()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h229 StringView VariableName);
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp343 StringView VariableName) { in synthesizeVariable() argument
346 VSN->Name = synthesizeQualifiedName(Arena, VariableName); in synthesizeVariable()
351 ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) { in demangleUntypedVariable() argument
352 NamedIdentifierNode *NI = synthesizeNamedIdentifier(Arena, VariableName); in demangleUntypedVariable()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp757 StringRef VariableName = getText(Context, *Var); in replaceWithAssignment() local
762 (VariableName + " = " + Condition + Terminator).str(); in replaceWithAssignment()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp676 std::string VariableName; in getDescriptiveName() local
711 return VariableName; in getDescriptiveName()