Home
last modified time | relevance | path

Searched refs:FromVar (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DTemplate.h502 VarTemplateDecl *VarTemplate, VarDecl *FromVar, void *InsertPos,
DSema.h7266 VarTemplateDecl *VarTemplate, VarDecl *FromVar,
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3713 VarTemplateDecl *VarTemplate, VarDecl *FromVar, in BuildVarTemplateInstantiation() argument
3720 if (FromVar->isInvalidDecl()) in BuildVarTemplateInstantiation()
3723 InstantiatingTemplate Inst(*this, PointOfInstantiation, FromVar); in BuildVarTemplateInstantiation()
3741 dyn_cast<VarTemplatePartialSpecializationDecl>(FromVar)) in BuildVarTemplateInstantiation()
3743 else if (VarTemplateDecl *FromTemplate = FromVar->getDescribedVarTemplate()) in BuildVarTemplateInstantiation()
3746 FromVar = FromVar->getFirstDecl(); in BuildVarTemplateInstantiation()
3749 TemplateDeclInstantiator Instantiator(*this, FromVar->getDeclContext(), in BuildVarTemplateInstantiation()
3756 VarTemplate, FromVar, InsertPos, TemplateArgsInfo, Converted)); in BuildVarTemplateInstantiation()
DTreeTransform.h6709 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt() local
6711 if (FromVar->getTypeSourceInfo()) { in TransformObjCAtCatchStmt()
6712 TSInfo = getDerived().TransformType(FromVar->getTypeSourceInfo()); in TransformObjCAtCatchStmt()
6721 T = getDerived().TransformType(FromVar->getType()); in TransformObjCAtCatchStmt()
6726 Var = getDerived().RebuildObjCExceptionDecl(FromVar, TSInfo, T); in TransformObjCAtCatchStmt()
/external/clang/lib/AST/
DASTImporter.cpp131 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
2375 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() argument
2380 return Ctx.IsStructurallyEquivalent(FromVar, ToVar); in IsStructuralMatch()