Searched defs:idents (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DClangASTSource.cpp855 SmallVector<IdentifierInfo *, 4> idents; local
865 idents.push_back(&original_ctx->Idents.get(sel.getNameForSlot(i)));
868 original_selector = original_ctx->Selectors.getSelector(num_args, idents.data());
/external/clang/lib/AST/
H A DASTContext.cpp726 IdentifierTable &idents, SelectorTable &sels,
746 Idents(idents), Selectors(sels),
725 ASTContext(LangOptions& LOpts, SourceManager &SM, IdentifierTable &idents, SelectorTable &sels, Builtin::Context &builtins) argument

Completed in 128 milliseconds