Home
last modified time | relevance | path

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

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