Searched refs:LateInstantiatedAttrVec (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Template.h | 378 Sema::LateInstantiatedAttrVec* LateAttrs; 440 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation()
|
D | Sema.h | 7220 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec; typedef 7224 LateInstantiatedAttrVec *LateAttrs = nullptr, 7271 LateInstantiatedAttrVec *LateAttrs = nullptr, 7279 LateInstantiatedAttrVec *LateAttrs,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Template.h | 470 Sema::LateInstantiatedAttrVec* LateAttrs = nullptr; 543 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation()
|
D | Sema.h | 9188 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec; typedef 9192 LateInstantiatedAttrVec *LateAttrs = nullptr, 9198 LateInstantiatedAttrVec *LateAttrs = nullptr, 9259 LateInstantiatedAttrVec *LateAttrs = nullptr, 9267 LateInstantiatedAttrVec *LateAttrs,
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1995 LateInstantiatedAttrVec LateAttrs; in InstantiateClass() 2065 for (LateInstantiatedAttrVec::iterator I = LateAttrs.begin(), in InstantiateClass()
|
D | SemaTemplateInstantiateDecl.cpp | 312 LateInstantiatedAttrVec *LateAttrs, in InstantiateAttrs() 3718 LateInstantiatedAttrVec *LateAttrs, in BuildVarTemplateInstantiation() 3787 LateInstantiatedAttrVec *LateAttrs, DeclContext *Owner, in BuildVariableInstantiation()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 553 Decl *New, LateInstantiatedAttrVec *LateAttrs, in InstantiateAttrsForDecl() 587 LateInstantiatedAttrVec *LateAttrs, in InstantiateAttrs() 4887 LateInstantiatedAttrVec *LateAttrs, in BuildVarTemplateInstantiation() 4964 LateInstantiatedAttrVec *LateAttrs, DeclContext *Owner, in BuildVariableInstantiation()
|
D | SemaTemplateInstantiate.cpp | 2701 LateInstantiatedAttrVec LateAttrs; in InstantiateClass() 2783 for (LateInstantiatedAttrVec::iterator I = LateAttrs.begin(), in InstantiateClass()
|