Home
last modified time | relevance | path

Searched refs:type_quals (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp650 uint32_t type_quals = 0; in CreateLLDBTypeFromPDBType() local
652 type_quals |= clang::Qualifiers::Const; in CreateLLDBTypeFromPDBType()
654 type_quals |= clang::Qualifiers::Volatile; in CreateLLDBTypeFromPDBType()
657 return_ast_type, arg_list, is_variadic, type_quals, cc); in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h485 unsigned type_quals, clang::CallingConv cc = clang::CC_C,
H A DTypeSystemClang.cpp2185 bool is_variadic, unsigned type_quals, clang::CallingConv cc, in CreateFunctionType() argument
2211 proto_info.TypeQuals = clang::Qualifiers::fromFastMask(type_quals); in CreateFunctionType()