Searched refs:CompilerDeclContext (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1152 CompilerDeclContext ClangASTContext::CreateDeclContext(DeclContext *ctx) {
1155 return CompilerDeclContext(this, ctx);
4217 const CompilerDeclContext &compiler_decl_ctx) {
4328 const CompilerDeclContext &compiler_decl_ctx) {
8881 CompilerDeclContext ClangASTContext::DeclGetDeclContext(void *opaque_decl) {
8884 return CompilerDeclContext();
8927 // CompilerDeclContext functions
9187 static bool IsClangDeclContext(const CompilerDeclContext &dc) {
9192 ClangASTContext::DeclContextGetAsDeclContext(const CompilerDeclContext &dc) {
9199 ClangASTContext::DeclContextGetAsObjCMethodDecl(const CompilerDeclContext
[all...]
H A DSymbolContext.cpp550 CompilerDeclContext decl_ctx = function_block->GetDeclContext();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h66 class CompilerDeclContext;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile516 SRCS+= Symbol/CompilerDeclContext.cpp

Completed in 264 milliseconds

123