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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1507 UnqualifiedId SecondTypeName; local
1510 SecondTypeName.setIdentifier(Name, NameLoc);
1517 false, ObjectType, SecondTypeName,
1523 SecondTypeName);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5918 UnqualifiedId &SecondTypeName) {
5922 assert((SecondTypeName.getKind() == UnqualifiedId::IK_TemplateId ||
5923 SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) &&
5945 if (SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) {
5946 ParsedType T = getTypeName(*SecondTypeName.Identifier,
5947 SecondTypeName.StartLocation,
5956 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier,
5957 SecondTypeName.StartLocation);
5959 Diag(SecondTypeName.StartLocation,
5961 << SecondTypeName
5911 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, UnqualifiedId &FirstTypeName, SourceLocation CCLoc, SourceLocation TildeLoc, UnqualifiedId &SecondTypeName) argument
[all...]

Completed in 114 milliseconds