Searched defs:SecondTypeName (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1575 UnqualifiedId SecondTypeName; local
1578 SecondTypeName.setIdentifier(Name, NameLoc);
1585 false, ObjectType, SecondTypeName,
1591 SecondTypeName);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp6194 UnqualifiedId &SecondTypeName) {
6198 assert((SecondTypeName.getKind() == UnqualifiedId::IK_TemplateId ||
6199 SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) &&
6221 if (SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) {
6222 ParsedType T = getTypeName(*SecondTypeName.Identifier,
6223 SecondTypeName.StartLocation,
6232 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier,
6233 SecondTypeName.StartLocation);
6235 Diag(SecondTypeName.StartLocation,
6237 << SecondTypeName
6187 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, UnqualifiedId &FirstTypeName, SourceLocation CCLoc, SourceLocation TildeLoc, UnqualifiedId &SecondTypeName) argument
[all...]

Completed in 120 milliseconds