Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h101 struct LocalVariable { struct
115 SmallVector<LocalVariable, 1> InlinedLocals; argument
126 SmallVector<LocalVariable, 1> Locals;
149 SmallVector<LocalVariable, 1> Locals;
207 DenseMap<const LexicalScope *, SmallVector<LocalVariable, 1>> ScopeVariables;
244 void calculateRanges(LocalVariable &Var,
369 SmallVectorImpl<LocalVariable> &Locals,
373 SmallVectorImpl<LocalVariable> &ParentLocals,
378 void recordLocalVariable(LocalVariable &&Var, const LexicalScope *LS);
382 ArrayRef<LocalVariable> Locals);
[all …]
H A DCodeViewDebug.cpp487 void CodeViewDebug::recordLocalVariable(LocalVariable &&Var, in recordLocalVariable()
1302 LocalVariable Var; in collectVariableInfoFromMFTable()
1432 LocalVariable Var; in collectVariableInfo()
2769 SmallVector<const LocalVariable *, 6> Params; in emitLocalVariableList()
2770 for (const LocalVariable &L : Locals) in emitLocalVariableList()
2773 llvm::sort(Params, [](const LocalVariable *L, const LocalVariable *R) { in emitLocalVariableList()
2776 for (const LocalVariable *L : Params) in emitLocalVariableList()
2780 for (const LocalVariable &L : Locals) in emitLocalVariableList()
2910 SmallVectorImpl<LocalVariable> &Locals, in collectLexicalBlockInfo()
2921 SmallVectorImpl<LocalVariable> &ParentLocals, in collectLexicalBlockInfo()
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp145 int LocalVariable; in testCaptureByValue() local
152 auto DDD = std::bind(add, TestCaptureByValueStruct::StaticMemberVariable, LocalVariable); in testCaptureByValue()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.h33 LocalVariable, enumerator
H A DSemanticHighlighting.cpp124 : VD->isLocalVarDecl() ? HighlightingKind::LocalVariable in kindForDecl()
129 ? HighlightingKind::LocalVariable in kindForDecl()
882 case HighlightingKind::LocalVariable: in operator <<()
1013 case HighlightingKind::LocalVariable: in toSemanticTokenType()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp91 m(LocalVariable) \