Home
last modified time | relevance | path

Searched defs:LocalVariable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h101 struct LocalVariable { struct
102 const DILocalVariable *DIVar = nullptr; argument
115 SmallVector<LocalVariable, 1> InlinedLocals; argument
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.h33 LocalVariable, enumerator
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp145 int LocalVariable; in testCaptureByValue() local