Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1691 SourceLocation TildeLoc = ConsumeToken(); in ParseCXXPseudoDestructor() local
1699 TildeLoc, DS); in ParseCXXPseudoDestructor()
1713 TildeLoc, DS); in ParseCXXPseudoDestructor()
1738 SS, FirstTypeName, CCLoc, TildeLoc, in ParseCXXPseudoDestructor()
2754 SourceLocation TildeLoc = ConsumeToken(); in ParseUnqualifiedId() local
2777 Result.setDestructorName(TildeLoc, Type, EndLoc); in ParseUnqualifiedId()
2808 Diag(TildeLoc, diag::err_destructor_tilde_scope); in ParseUnqualifiedId()
2813 Diag(TildeLoc, diag::err_destructor_tilde_scope) in ParseUnqualifiedId()
2814 << FixItHint::CreateRemoval(TildeLoc) in ParseUnqualifiedId()
2827 Result.setDestructorName(TildeLoc, nullptr, ClassNameLoc); in ParseUnqualifiedId()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp375 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) in CXXPseudoDestructorExpr() argument
380 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1197 void setDestructorName(SourceLocation TildeLoc, in setDestructorName() argument
1201 StartLocation = TildeLoc; in setDestructorName()
H A DSema.h8569 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType);
8574 SourceLocation TildeLoc, UnqualifiedId &SecondTypeName);
8579 SourceLocation TildeLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7072 SourceLocation TildeLoc, in BuildPseudoDestructorExpr() argument
7179 TildeLoc, in BuildPseudoDestructorExpr()
7191 SourceLocation TildeLoc, in ActOnPseudoDestructorExpr() argument
7326 ScopeTypeInfo, CCLoc, TildeLoc, in ActOnPseudoDestructorExpr()
7333 SourceLocation TildeLoc, in ActOnPseudoDestructorExpr() argument
7371 nullptr, SourceLocation(), TildeLoc, in ActOnPseudoDestructorExpr()
H A DTreeTransform.h2738 SourceLocation TildeLoc,
17573 SourceLocation TildeLoc, in RebuildCXXPseudoDestructorExpr() argument
17584 CCLoc, TildeLoc, Destroyed); in RebuildCXXPseudoDestructorExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2751 SourceLocation TildeLoc; variable
2763 SourceLocation TildeLoc,
2810 SourceLocation getTildeLoc() const { return TildeLoc; } in getTildeLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1979 E->TildeLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()