Home
last modified time | relevance | path

Searched refs:idents (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h916 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/external/clang/lib/AST/
DASTContext.cpp731 IdentifierTable &idents, SelectorTable &sels, in ASTContext() argument
749 PrintingPolicy(LOpts), Idents(idents), Selectors(sels), in ASTContext()