Home
last modified time | relevance | path

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

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