Home
last modified time | relevance | path

Searched defs:opaque_decl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp164 ConstString TypeSystem::DeclGetMangledName(void *opaque_decl) { in DeclGetDeclContext() argument
168 CompilerDeclContext TypeSystem::DeclGetDeclContext(void *opaque_decl) { in DeclGetFunctionReturnType() argument
172 CompilerType TypeSystem::DeclGetFunctionReturnType(void *opaque_decl) { in DeclGetFunctionNumArguments() argument
160 DeclGetMangledName(void * opaque_decl) DeclGetMangledName() argument
174 DeclGetFunctionArgumentType(void * opaque_decl,size_t arg_idx) DeclGetFunctionArgumentType() argument
180 DeclGetCompilerContext(void * opaque_decl) DeclGetCompilerContext() argument
/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h115 virtual Scalar DeclGetConstantValue(void *opaque_decl) { return Scalar(); } in DeclGetConstantValue() argument
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1134 GetTypeForDecl(void * opaque_decl) GetTypeForDecl() argument
9111 DeclGetName(void * opaque_decl) DeclGetName() argument
9121 DeclGetMangledName(void * opaque_decl) DeclGetMangledName() argument
9151 DeclGetDeclContext(void * opaque_decl) DeclGetDeclContext() argument
9157 DeclGetFunctionReturnType(void * opaque_decl) DeclGetFunctionReturnType() argument
9168 DeclGetFunctionNumArguments(void * opaque_decl) DeclGetFunctionNumArguments() argument
9221 DeclGetCompilerContext(void * opaque_decl) DeclGetCompilerContext() argument
9237 DeclGetFunctionArgumentType(void * opaque_decl,size_t idx) DeclGetFunctionArgumentType() argument
9255 DeclGetConstantValue(void * opaque_decl) DeclGetConstantValue() argument
[all...]