Home
last modified time | relevance | path

Searched refs:getAssocTypeSourceInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1487 if (const TypeSourceInfo *TSI = E->getAssocTypeSourceInfo(I)) { in VisitGenericSelectionExpr()
1497 if (const TypeSourceInfo *TSI = E->getAssocTypeSourceInfo(I)) in VisitGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h5058 const TypeSourceInfo *getAssocTypeSourceInfo(unsigned i) const { in getAssocTypeSourceInfo() function
5061 TypeSourceInfo *getAssocTypeSourceInfo(unsigned i) { return AssocTypes[i]; } in getAssocTypeSourceInfo() function
5067 if (const TypeSourceInfo *TS = getAssocTypeSourceInfo(i)) in getAssocType()
H A DRecursiveASTVisitor.h2305 if (TypeSourceInfo *TS = S->getAssocTypeSourceInfo(i))
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp151 assocTypes[i] = gse->getAssocTypeSourceInfo(i); in rebuild()
H A DSemaExprObjC.cpp4339 subTypes[i] = gse->getAssocTypeSourceInfo(i); in stripARCUnbridgedCast()
H A DTreeTransform.h9073 TypeSourceInfo *TS = E->getAssocTypeSourceInfo(i); in TransformGenericSelectionExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp976 Record.AddTypeSourceInfo(E->getAssocTypeSourceInfo(I)); in VisitGenericSelectionExpr()