Home
last modified time | relevance | path

Searched refs:LocalVariable (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h104 struct LocalVariable { struct
119 SmallVector<LocalVariable, 1> InlinedLocals; argument
130 SmallVector<LocalVariable, 1> Locals;
165 SmallVector<LocalVariable, 1> Locals;
227 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables;
264 void calculateRanges(LocalVariable &Var,
391 SmallVectorImpl<LocalVariable> &Locals,
395 SmallVectorImpl<LocalVariable> &ParentLocals,
400 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
404 ArrayRef<LocalVariable> Locals);
[all …]
H A DCodeViewDebug.cpp489 void CodeViewDebug::recordLocalVariable(LocalVariable &&Var, in recordLocalVariable()
1288 LocalVariable Var; in collectVariableInfoFromMFTable()
1314 LocalVariable &Var, const DbgValueHistoryMap::Entries &Entries) { in collectVariableInfoFromMFTable()
1434 LocalVariable Var; in calculateRanges()
2786 ArrayRef<LocalVariable> Locals) { in getCompleteTypeIndex()
2788 SmallVector<const LocalVariable *, 6> Params; in getCompleteTypeIndex()
2789 for (const LocalVariable &L : Locals) in getCompleteTypeIndex()
2792 llvm::sort(Params, [](const LocalVariable *L, const LocalVariable *R) { in getCompleteTypeIndex()
2795 for (const LocalVariable * in getCompleteTypeIndex()
[all...]
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DSelectElementsTest.cpp42 LVSymbol *LocalVariable = nullptr; member in __anon63092e030111::ReaderTestSelection
115 CREATE(LocalVariable, createSymbol, setIsVariable); in createElements()
161 add(Function, LocalVariable); in addElements()
221 set(LocalVariable, "LocalVariable", 0x5200, 520, IntegerType); in initElements()
273 EXPECT_FALSE(LocalVariable->getIsMatched()); in checkKindPatterns()
292 Generic.insert(LocalVariable->getName()); // LocalVariable in checkGenericPatterns()
316 EXPECT_TRUE(LocalVariable->getIsMatched()); in checkGenericPatterns()
357 EXPECT_TRUE(LocalVariable->getIsMatched()); // LocalVariable in checkFlexiblePatterns()
H A DWarningInternalTest.cpp81 LVSymbol *LocalVariable = nullptr; member in __anon538c05990111::ReaderTestWarningInternal
231 CREATE(LocalVariable, createSymbol); in createElements()
286 add(Function, LocalVariable); in addElements()
346 set(LocalVariable, "LocalVariable", 0x3020, 120, IntegerType); in initElements()
434 add(LocalVariable, LineTwo, LineSix); in initElements()
435 add(LocalVariable, LineFour, LineFive); in initElements()
537 EXPECT_EQ((unsigned)LocalVariable->getCoveragePercentage(), 47u); in checkWarnings()
538 EXPECT_EQ(LocalVariable->getCoverageFactor(), in checkWarnings()
H A DLocationRangesTest.cpp94 LVSymbol *LocalVariable = nullptr; member in __anonf99b6c7f0111::ReaderTestLocations
139 CREATE(LocalVariable, createSymbol); in createElements()
194 add(Function, LocalVariable); in addElements()
219 set(LocalVariable, "LocalVariable", 0x3000, 120, IntegerType); in initElements()
298 add(LocalVariable, LineTwo, LineSix); in initElements()
299 add(LocalVariable, LineFour, LineFive); in initElements()
311 LocalVariable->getLocations(Locations); in initElements()
H A DCompareElementsTest.cpp57 LVSymbol *LocalVariable = nullptr; member in __anon8e4c552a0111::ReaderTestCompare
134 CREATE(LocalVariable, createSymbol, setIsVariable); in createElements()
205 Insert(IsReference, FunctionOne, LocalVariable); in addElements()
263 set(LocalVariable, "LocalVariable", 0x3010, 3010, UnsignedType); in initElements()
339 EXPECT_EQ(Element, ReferenceReader->LocalVariable); in compareReadersElements()
H A DLogicalElementsTest.cpp56 LVSymbol *LocalVariable = nullptr; member in __anonb3007c9e0111::ReaderTestElements
139 CREATE(LocalVariable, createSymbol); in createElements()
214 add(Function, LocalVariable); in addElements()
322 set(LocalVariable, "LocalVariable", 0x3010, 3010, TypeDefinitionOne); in initElements()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp147 int LocalVariable; in testCaptureByValue() local
154 auto DDD = std::bind(add, TestCaptureByValueStruct::StaticMemberVariable, LocalVariable); in testCaptureByValue()
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h33 LocalVariable, enumerator
H A DSemanticHighlighting.cpp152 : VD->isLocalVarDecl() ? HighlightingKind::LocalVariable in kindForDecl()
157 ? HighlightingKind::LocalVariable in kindForDecl()
668 H.addToken(E->getLocation(), HighlightingKind::LocalVariable) in VisitPredefinedExpr()
1228 case HighlightingKind::LocalVariable: in operator <<()
1229 return OS << "LocalVariable"; in operator <<()
1283 {"LocalVariable", HighlightingKind::LocalVariable}, in highlightingKindFromString()
1430 case HighlightingKind::LocalVariable: in toSemanticTokenType()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp95 m(LocalVariable) \