Home
last modified time | relevance | path

Searched refs:AddVolatileModifier (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp457 clang_type = clang_type.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
526 ast_enum = ast_enum.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
568 ast_typedef = ast_typedef.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
694 builtin_ast_type = builtin_ast_type.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
744 pointer_ast_type = pointer_ast_type.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp81 TypeSystem::AddVolatileModifier(lldb::opaque_compiler_type_t type) { in AddVolatileModifier() function in TypeSystem
H A DCompilerType.cpp463 CompilerType CompilerType::AddVolatileModifier() const { in AddVolatileModifier() function in CompilerType
465 return m_type_system->AddVolatileModifier(m_type); in AddVolatileModifier()
H A DType.cpp458 encoding_type->GetForwardCompilerType().AddVolatileModifier(); in ResolveClangType()
506 m_compiler_type = void_compiler_type.AddVolatileModifier(); in ResolveClangType()
H A DClangASTContext.cpp4933 ClangASTContext::AddVolatileModifier(lldb::opaque_compiler_type_t type) { in AddVolatileModifier() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h259 CompilerType AddVolatileModifier() const;
H A DTypeSystem.h262 virtual CompilerType AddVolatileModifier(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h713 CompilerType AddVolatileModifier(lldb::opaque_compiler_type_t type) override;