Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1797 SourceLocation TildeLoc = ConsumeToken(); in ParseCXXPseudoDestructor() local
1805 TildeLoc, DS); in ParseCXXPseudoDestructor()
1835 SS, FirstTypeName, CCLoc, TildeLoc, in ParseCXXPseudoDestructor()
3035 SourceLocation TildeLoc = ConsumeToken(); in ParseUnqualifiedId() local
3058 Result.setDestructorName(TildeLoc, Type, EndLoc); in ParseUnqualifiedId()
3089 Diag(TildeLoc, diag::err_destructor_tilde_scope); in ParseUnqualifiedId()
3094 Diag(TildeLoc, diag::err_destructor_tilde_scope) in ParseUnqualifiedId()
3095 << FixItHint::CreateRemoval(TildeLoc) in ParseUnqualifiedId()
3108 Result.setDestructorName(TildeLoc, nullptr, ClassNameLoc); in ParseUnqualifiedId()
3122 Result.setDestructorName(TildeLoc, Ty, ClassNameLoc); in ParseUnqualifiedId()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp328 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) in CXXPseudoDestructorExpr() argument
333 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1159 void setDestructorName(SourceLocation TildeLoc, in setDestructorName() argument
1163 StartLocation = TildeLoc; in setDestructorName()
H A DSema.h6994 SourceLocation TildeLoc,
7003 SourceLocation TildeLoc,
7009 SourceLocation TildeLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7838 SourceLocation TildeLoc, in BuildPseudoDestructorExpr() argument
7945 TildeLoc, in BuildPseudoDestructorExpr()
7957 SourceLocation TildeLoc, in ActOnPseudoDestructorExpr() argument
8092 ScopeTypeInfo, CCLoc, TildeLoc, in ActOnPseudoDestructorExpr()
8099 SourceLocation TildeLoc, in ActOnPseudoDestructorExpr() argument
8120 nullptr, SourceLocation(), TildeLoc, in ActOnPseudoDestructorExpr()
H A DTreeTransform.h2678 SourceLocation TildeLoc,
15397 SourceLocation TildeLoc, in RebuildCXXPseudoDestructorExpr() argument
15408 CCLoc, TildeLoc, Destroyed); in RebuildCXXPseudoDestructorExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2626 SourceLocation TildeLoc; variable
2638 SourceLocation TildeLoc,
2685 SourceLocation getTildeLoc() const { return TildeLoc; } in getTildeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1951 E->TildeLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()