Searched refs:InstantiatedFromMember (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 690 CommonBase() : InstantiatedFromMember(nullptr, false) { } in CommonBase() 698 InstantiatedFromMember; member 749 return getCommonPtr()->InstantiatedFromMember.getInt(); in isMemberSpecialization() 754 assert(getCommonPtr()->InstantiatedFromMember.getPointer() && in setMemberSpecialization() 756 getCommonPtr()->InstantiatedFromMember.setInt(true); in setMemberSpecialization() 796 return getCommonPtr()->InstantiatedFromMember.getPointer(); in getInstantiatedFromMemberTemplate() 800 assert(!getCommonPtr()->InstantiatedFromMember.getPointer()); in setInstantiatedFromMemberTemplate() 801 getCommonPtr()->InstantiatedFromMember.setPointer(TD); in setInstantiatedFromMemberTemplate() 1799 InstantiatedFromMember; 1814 InstantiatedFromMember(nullptr, false) {} [all …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclTemplate.h | 817 CommonBase() : InstantiatedFromMember(nullptr, false) {} in CommonBase() 825 InstantiatedFromMember; member 885 return getCommonPtr()->InstantiatedFromMember.getInt(); in isMemberSpecialization() 890 assert(getCommonPtr()->InstantiatedFromMember.getPointer() && in setMemberSpecialization() 892 getCommonPtr()->InstantiatedFromMember.setInt(true); in setMemberSpecialization() 932 return getCommonPtr()->InstantiatedFromMember.getPointer(); in getInstantiatedFromMemberTemplate() 936 assert(!getCommonPtr()->InstantiatedFromMember.getPointer()); in setInstantiatedFromMemberTemplate() 937 getCommonPtr()->InstantiatedFromMember.setPointer(TD); in setInstantiatedFromMemberTemplate() 2085 InstantiatedFromMember; 2099 InstantiatedFromMember(nullptr, false) {} [all …]
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 830 InstantiatedFromMember(nullptr, false) in ClassTemplatePartialSpecializationDecl() 1124 InstantiatedFromMember(nullptr, false) { in VarTemplatePartialSpecializationDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclTemplate.cpp | 1015 InstantiatedFromMember(nullptr, false) { in ClassTemplatePartialSpecializationDecl() 1310 InstantiatedFromMember(nullptr, false) { in VarTemplatePartialSpecializationDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2054 D->InstantiatedFromMember.setPointer( in VisitClassTemplatePartialSpecializationDecl() 2056 D->InstantiatedFromMember.setInt(Record[Idx++]); in VisitClassTemplatePartialSpecializationDecl() 2160 D->InstantiatedFromMember.setPointer( in VisitVarTemplatePartialSpecializationDecl() 2162 D->InstantiatedFromMember.setInt(Record[Idx++]); in VisitVarTemplatePartialSpecializationDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2236 D->InstantiatedFromMember.setPointer( in VisitClassTemplatePartialSpecializationDecl() 2238 D->InstantiatedFromMember.setInt(Record.readInt()); in VisitClassTemplatePartialSpecializationDecl() 2339 D->InstantiatedFromMember.setPointer( in VisitVarTemplatePartialSpecializationDecl() 2341 D->InstantiatedFromMember.setInt(Record.readInt()); in VisitVarTemplatePartialSpecializationDecl()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1852 bool InstantiatedFromMember, in DiagnoseUninstantiableTemplate() argument 1882 } else if (InstantiatedFromMember) { in DiagnoseUninstantiableTemplate()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 785 bool InstantiatedFromMember, in DiagnoseUninstantiableTemplate() argument 826 } else if (InstantiatedFromMember) { in DiagnoseUninstantiableTemplate()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 7292 bool InstantiatedFromMember,
|