Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h403 IsParameter = 1 << 0, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp77 CV_ENUM_CLASS_ENT(LocalSymFlags, IsParameter),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp34 PUSH_FLAG(LocalSymFlags, IsParameter, Flags, "param"); in formatLocalSymFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2683 Flags |= LocalSymFlags::IsParameter; in emitLocalVariable()
2721 (bool(Flags & LocalSymFlags::IsParameter) in emitLocalVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp7085 bool IsParameter) { in CodeCompleteObjCPassingType() argument
7122 if (DS.getObjCDeclQualifier() == 0 && !IsParameter && in CodeCompleteObjCPassingType()
7139 if (!IsParameter) { in CodeCompleteObjCPassingType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12329 bool IsParameter);