Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h27 IsParameter, enumerator
86 KIND(LVSymbolKind, IsParameter);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp60 {LVSymbolKind::IsParameter, &LVSymbol::getIsParameter},
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h408 IsParameter = 1 << 0, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp380 clEnumValN(LVSymbolKind::IsParameter, "Parameter", "Parameter."),
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp77 CV_ENUM_CLASS_ENT(LocalSymFlags, IsParameter),
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp628 ((local.Flags & LocalSymFlags::IsParameter) != LocalSymFlags::None); in GetVariableNameInfo()
H A DPdbAstBuilder.cpp1104 if ((local.Flags & LocalSymFlags::IsParameter) == LocalSymFlags::None) in CreateFunctionParameters()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp36 PUSH_FLAG(LocalSymFlags, IsParameter, Flags, "param"); in formatLocalSymFlags()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2821 Flags |= LocalSymFlags::IsParameter; in emitLocalVariable()
2861 (bool(Flags & LocalSymFlags::IsParameter) in emitLocalVariable()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp7628 bool IsParameter) { in CodeCompleteObjCPassingType() argument
7665 if (DS.getObjCDeclQualifier() == 0 && !IsParameter && in CodeCompleteObjCPassingType()
7682 if (!IsParameter) { in CodeCompleteObjCPassingType()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13331 bool IsParameter);