Searched refs:TildeLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1425 SourceLocation TildeLoc = ConsumeToken(); local
1433 OpKind, TildeLoc, DS,
1460 TildeLoc, SecondTypeName,
2437 SourceLocation TildeLoc = ConsumeToken(); local
2443 Result.setDestructorName(TildeLoc, Type, EndLoc);
2460 Result.setDestructorName(TildeLoc, ParsedType(), ClassNameLoc);
2468 ParsedType Ty = Actions.getDestructorName(TildeLoc, *ClassName,
2475 Result.setDestructorName(TildeLoc, Ty, ClassNameLoc);
/external/clang/lib/AST/
H A DExprCXX.cpp240 SourceLocation ColonColonLoc, SourceLocation TildeLoc,
272 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc),
237 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp81 ParsedType Sema::getDestructorName(SourceLocation TildeLoc, argument
5352 SourceLocation TildeLoc,
5439 TildeLoc,
5454 SourceLocation TildeLoc,
5582 ScopeTypeInfo, CCLoc, TildeLoc,
5589 SourceLocation TildeLoc,
5605 nullptr, SourceLocation(), TildeLoc,
5346 BuildPseudoDestructorExpr(Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, const CXXScopeSpec &SS, TypeSourceInfo *ScopeTypeInfo, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destructed, bool HasTrailingLParen) argument
5448 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, UnqualifiedId &FirstTypeName, SourceLocation CCLoc, SourceLocation TildeLoc, UnqualifiedId &SecondTypeName, bool HasTrailingLParen) argument
5586 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, SourceLocation TildeLoc, const DeclSpec& DS, bool HasTrailingLParen) argument
H A DTreeTransform.h1704 SourceLocation TildeLoc,
10161 SourceLocation TildeLoc,
10172 SS, ScopeType, CCLoc, TildeLoc,
10155 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
/external/clang/include/clang/AST/
H A DExprCXX.h1920 SourceLocation TildeLoc;
1934 SourceLocation TildeLoc,
1982 SourceLocation getTildeLoc() const { return TildeLoc; }
/external/clang/include/clang/Sema/
H A DDeclSpec.h1011 /// \param TildeLoc the location of the '~' that introduces the destructor
1015 void setDestructorName(SourceLocation TildeLoc, argument
1019 StartLocation = TildeLoc;
H A DSema.h4144 ParsedType getDestructorName(SourceLocation TildeLoc,
4398 SourceLocation TildeLoc,
4408 SourceLocation TildeLoc,
4415 SourceLocation TildeLoc,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1388 E->TildeLoc = ReadSourceLocation(Record, Idx);

Completed in 289 milliseconds