Home
last modified time | relevance | path

Searched refs:getChainingSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1869 new (SemaRef.Context)NamedDecl*[D->getChainingSize()]; in VisitIndirectFieldDecl()
1884 {NamedChain, D->getChainingSize()}); in VisitIndirectFieldDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3460 unsigned getChainingSize() const { return ChainingSize; } in getChainingSize() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1383 for (unsigned I = 1, IE = ID->getChainingSize(); I < IE; ++I) in mangleNestedName()
H A DASTImporter.cpp4528 new (Importer.getToContext()) NamedDecl*[D->getChainingSize()]; in VisitIndirectFieldDecl()
4537 MutableArrayRef<NamedDecl *> CH = {NamedChain, D->getChainingSize()}; in VisitIndirectFieldDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1270 Record.push_back(D->getChainingSize()); in VisitIndirectFieldDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5936 assert(IFD->getChainingSize() >= 2); in compileConstructor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7500 nested_indirect_field_decl->getChainingSize(); in BuildIndirectFields()