Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp1733 SourceLocation TildeLoc = ConsumeToken(); in ParseCXXPseudoDestructor() local
1741 TildeLoc, DS); in ParseCXXPseudoDestructor()
1771 SS, FirstTypeName, CCLoc, TildeLoc, in ParseCXXPseudoDestructor()
2964 SourceLocation TildeLoc = ConsumeToken(); in ParseUnqualifiedId() local
2987 Result.setDestructorName(TildeLoc, Type, EndLoc); in ParseUnqualifiedId()
3018 Diag(TildeLoc, diag::err_destructor_tilde_scope); in ParseUnqualifiedId()
3023 Diag(TildeLoc, diag::err_destructor_tilde_scope) in ParseUnqualifiedId()
3024 << FixItHint::CreateRemoval(TildeLoc) in ParseUnqualifiedId()
3037 Result.setDestructorName(TildeLoc, nullptr, ClassNameLoc); in ParseUnqualifiedId()
3045 ParsedType Ty = Actions.getDestructorName(TildeLoc, *ClassName, in ParseUnqualifiedId()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp324 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) in CXXPseudoDestructorExpr() argument
329 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1121 void setDestructorName(SourceLocation TildeLoc, in setDestructorName() argument
1125 StartLocation = TildeLoc; in setDestructorName()
H A DSema.h6372 ParsedType getDestructorName(SourceLocation TildeLoc,
6690 SourceLocation TildeLoc,
6699 SourceLocation TildeLoc,
6705 SourceLocation TildeLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp136 ParsedType Sema::getDestructorName(SourceLocation TildeLoc, in getDestructorName() argument
7694 SourceLocation TildeLoc, in BuildPseudoDestructorExpr() argument
7801 TildeLoc, in BuildPseudoDestructorExpr()
7813 SourceLocation TildeLoc, in ActOnPseudoDestructorExpr() argument
7948 ScopeTypeInfo, CCLoc, TildeLoc, in ActOnPseudoDestructorExpr()
7955 SourceLocation TildeLoc, in ActOnPseudoDestructorExpr() argument
7976 nullptr, SourceLocation(), TildeLoc, in ActOnPseudoDestructorExpr()
H A DTreeTransform.h2532 SourceLocation TildeLoc,
14979 SourceLocation TildeLoc, in RebuildCXXPseudoDestructorExpr() argument
14990 CCLoc, TildeLoc, Destroyed); in RebuildCXXPseudoDestructorExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h2559 SourceLocation TildeLoc; variable
2571 SourceLocation TildeLoc,
2618 SourceLocation getTildeLoc() const { return TildeLoc; } in getTildeLoc()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1908 E->TildeLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()