Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp306 RemoveCppKeyword(IdentifierTable & idents,llvm::StringRef token) RemoveCppKeyword() argument
334 RemoveAllCppKeywords(IdentifierTable & idents) RemoveAllCppKeywords() argument
H A DClangASTSource.cpp727 SmallVector<const IdentifierInfo *, 4> idents; FindObjCMethodDeclsWithOrigin() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp873 ASTContext(LangOptions & LOpts,SourceManager & SM,IdentifierTable & idents,SelectorTable & sels,Builtin::Context & builtins,TranslationUnitKind TUKind) ASTContext() argument