Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp306 static void RemoveCppKeyword(IdentifierTable &idents, llvm::StringRef token) { in RemoveCppKeyword()
334 static void RemoveAllCppKeywords(IdentifierTable &idents) { in RemoveAllCppKeywords()
H A DClangASTSource.cpp727 SmallVector<const IdentifierInfo *, 4> idents; in FindObjCMethodDeclsWithOrigin() local
/freebsd/sys/netipsec/
H A Dkeydb.h114 struct secident *idents; /* source identity */ global() member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp873 IdentifierTable &idents, SelectorTable &sels, in ASTContext()