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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h226 CompilerType AddVolatileModifier() const;
H A DTypeSystem.h251 virtual CompilerType AddVolatileModifier(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h634 CompilerType AddVolatileModifier(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp454 clang_type = clang_type.AddVolatileModifier();
523 ast_enum = ast_enum.AddVolatileModifier();
565 ast_typedef = ast_typedef.AddVolatileModifier();
699 builtin_ast_type = builtin_ast_type.AddVolatileModifier();
749 pointer_ast_type = pointer_ast_type.AddVolatileModifier();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp437 CompilerType CompilerType::AddVolatileModifier() const { function in class:CompilerType
439 return m_type_system->AddVolatileModifier(m_type);
H A DTypeSystem.cpp101 TypeSystem::AddVolatileModifier(lldb::opaque_compiler_type_t type) {
H A DType.cpp498 encoding_type->GetForwardCompilerType().AddVolatileModifier();
557 m_compiler_type = void_compiler_type.AddVolatileModifier();
H A DClangASTContext.cpp4306 ClangASTContext::AddVolatileModifier(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext

Completed in 106 milliseconds