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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1731 SourceLocation TildeLoc = ConsumeToken();
1739 TildeLoc, DS);
1769 SS, FirstTypeName, CCLoc, TildeLoc,
2919 SourceLocation TildeLoc = ConsumeToken();
2942 Result.setDestructorName(TildeLoc, Type, EndLoc);
2973 Diag(TildeLoc, diag::err_destructor_tilde_scope);
2978 Diag(TildeLoc, diag::err_destructor_tilde_scope)
2979 << FixItHint::CreateRemoval(TildeLoc)
2992 Result.setDestructorName(TildeLoc, nullptr, ClassNameLoc);
3000 ParsedType Ty = Actions.getDestructorName(TildeLoc, *ClassNam
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp323 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType)
328 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc),
319 CXXPseudoDestructorExpr( const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1116 /// \param TildeLoc the location of the '~' that introduces the destructor
1120 void setDestructorName(SourceLocation TildeLoc, argument
1124 StartLocation = TildeLoc;
H A DSema.h6028 ParsedType getDestructorName(SourceLocation TildeLoc,
6333 SourceLocation TildeLoc,
6342 SourceLocation TildeLoc,
6348 SourceLocation TildeLoc,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp133 ParsedType Sema::getDestructorName(SourceLocation TildeLoc, argument
7405 SourceLocation TildeLoc,
7512 TildeLoc,
7524 SourceLocation TildeLoc,
7659 ScopeTypeInfo, CCLoc, TildeLoc,
7666 SourceLocation TildeLoc,
7687 nullptr, SourceLocation(), TildeLoc,
H A DTreeTransform.h2456 SourceLocation TildeLoc,
14612 SourceLocation TildeLoc,
14623 CCLoc, TildeLoc, Destroyed);
14606 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2542 SourceLocation TildeLoc; member in class:clang::CXXPseudoDestructorExpr
2554 SourceLocation TildeLoc,
2601 SourceLocation getTildeLoc() const { return TildeLoc; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1913 E->TildeLoc = readSourceLocation();

Completed in 510 milliseconds