OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origin_decl
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Symbol/
ClangASTImporter.cpp
241
ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *
origin_decl
)
245
clang::ASTContext *origin_ast_ctx = &
origin_decl
->getASTContext();
247
if (!ClangASTContext::GetCompleteDecl(origin_ast_ctx,
origin_decl
))
253
minion_sp->ImportDefinitionTo(decl,
origin_decl
);
259
origins[decl] = DeclOrigin(origin_ast_ctx,
origin_decl
);
/external/lldb/source/Expression/
ClangASTSource.cpp
811
DeclFromUser <>
origin_decl
;
local
812
importer->ResolveDeclOrigin(this->decl, &
origin_decl
.decl, NULL);
813
if (
origin_decl
.IsInvalid())
815
return DeclFromUser<D>(dyn_cast<D>(
origin_decl
.decl));
[
all
...]
Completed in 888 milliseconds