Searched refs:LateInstantiatedAttribute (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 7210 struct LateInstantiatedAttribute { struct 7215 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute() argument 7220 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9178 struct LateInstantiatedAttribute { struct 9183 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute() argument 9188 typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 387 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New)); in InstantiateAttrs()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 702 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New)); in InstantiateAttrs()
|