Home
last modified time | relevance | path

Searched refs:getOwn (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h700 IdentifierInfo &getOwn(StringRef Name) { in getOwn() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1398 auto &Ident = getContext().Idents.getOwn(NameRef); in EmitAndRegisterVariableArrayDimensions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1035 II = &Reader.getIdentifierTable().getOwn(k); in ReadData()
4537 II = &PP.getIdentifierTable().getOwn(Key); in ReadAST()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2037 var_decl->setDeclName(&getASTContext().Idents.getOwn(name)); in CreateVariableDeclaration()