Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DIdentifierTable.h633 IdentifierInfo &getOwn(StringRef Name) { in getOwn() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1377 auto &Ident = getContext().Idents.getOwn(NameRef); in EmitAndRegisterVariableArrayDimensions()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1002 II = &Reader.getIdentifierTable().getOwn(k); in ReadData()
4359 auto &II = PP.getIdentifierTable().getOwn(Key); in ReadAST()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1997 var_decl->setDeclName(&getASTContext().Idents.getOwn(name)); in CreateVariableDeclaration()