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.h7103 VarTemplateDecl *VarTemplate, VarDecl *FromVar,
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3539 VarTemplateDecl *VarTemplate, VarDecl *FromVar, in BuildVarTemplateInstantiation() argument
3546 if (FromVar->isInvalidDecl()) in BuildVarTemplateInstantiation()
3549 InstantiatingTemplate Inst(*this, PointOfInstantiation, FromVar); in BuildVarTemplateInstantiation()
3567 dyn_cast<VarTemplatePartialSpecializationDecl>(FromVar)) in BuildVarTemplateInstantiation()
3569 else if (VarTemplateDecl *FromTemplate = FromVar->getDescribedVarTemplate()) in BuildVarTemplateInstantiation()
3572 FromVar = FromVar->getFirstDecl(); in BuildVarTemplateInstantiation()
3575 TemplateDeclInstantiator Instantiator(*this, FromVar->getDeclContext(), in BuildVarTemplateInstantiation()
3582 VarTemplate, FromVar, InsertPos, TemplateArgsInfo, Converted)); in BuildVarTemplateInstantiation()
DTreeTransform.h6605 if (VarDecl *FromVar = S->getCatchParamDecl()) { in TransformObjCAtCatchStmt() local
6607 if (FromVar->getTypeSourceInfo()) { in TransformObjCAtCatchStmt()
6608 TSInfo = getDerived().TransformType(FromVar->getTypeSourceInfo()); in TransformObjCAtCatchStmt()
6617 T = getDerived().TransformType(FromVar->getType()); in TransformObjCAtCatchStmt()
6622 Var = getDerived().RebuildObjCExceptionDecl(FromVar, TSInfo, T); in TransformObjCAtCatchStmt()
/external/clang/lib/AST/
DASTImporter.cpp126 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
2254 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() argument
2259 return Ctx.IsStructurallyEquivalent(FromVar, ToVar); in IsStructuralMatch()