|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp 423 unsigned ByteCodeExprGen<Emitter>::allocateLocalPrimitive(DeclTy &&Src,
437 ByteCodeExprGen<Emitter>::allocateLocal(DeclTy &&Src, bool IsExtended) {
tools/clang/lib/AST/Interp/ByteCodeExprGen.h 152 unsigned allocateLocalPrimitive(DeclTy &&Decl, PrimType Ty, bool IsMutable,
156 llvm::Optional<unsigned> allocateLocal(DeclTy &&Decl,
tools/clang/lib/AST/Interp/Descriptor.cpp 188 Descriptor::Descriptor(const DeclTy &D, PrimType Type, bool IsConst,
197 Descriptor::Descriptor(const DeclTy &D, PrimType Type, size_t NumElems,
207 Descriptor::Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary,
216 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, unsigned NumElems,
227 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, bool IsTemporary,
236 Descriptor::Descriptor(const DeclTy &D, Record *R, bool IsConst,
tools/clang/lib/AST/Interp/Descriptor.h 54 const DeclTy Source;
88 Descriptor(const DeclTy &D, PrimType Type, bool IsConst, bool IsTemporary,
92 Descriptor(const DeclTy &D, PrimType Type, size_t NumElems, bool IsConst,
96 Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary, UnknownSize);
99 Descriptor(const DeclTy &D, Descriptor *Elem, unsigned NumElems, bool IsConst,
103 Descriptor(const DeclTy &D, Descriptor *Elem, bool IsTemporary, UnknownSize);
106 Descriptor(const DeclTy &D, Record *R, bool IsConst, bool IsTemporary,
tools/clang/lib/AST/Interp/Program.cpp 162 llvm::Optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty,
296 Descriptor *Program::createDescriptor(const DeclTy &D, const Type *Ty,
tools/clang/lib/AST/Interp/Program.h 101 Descriptor *createDescriptor(const DeclTy &D, PrimType Type,
109 Descriptor *createDescriptor(const DeclTy &D, const Type *Ty,
133 llvm::Optional<unsigned> createGlobal(const DeclTy &D, QualType Ty,