HomeSort by: relevance | last modified time | path
    Searched refs:TildeLoc (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 1731 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, *ClassName
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 323 SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType)
328 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1116 /// \param TildeLoc the location of the '~' that introduces the destructor
1120 void setDestructorName(SourceLocation TildeLoc,
1124 StartLocation = TildeLoc;
Sema.h 6028 ParsedType getDestructorName(SourceLocation TildeLoc,
6333 SourceLocation TildeLoc,
6342 SourceLocation TildeLoc,
6348 SourceLocation TildeLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 133 ParsedType Sema::getDestructorName(SourceLocation TildeLoc,
7405 SourceLocation TildeLoc,
7512 TildeLoc,
7524 SourceLocation TildeLoc,
7659 ScopeTypeInfo, CCLoc, TildeLoc,
7666 SourceLocation TildeLoc,
7687 nullptr, SourceLocation(), TildeLoc,
TreeTransform.h 2456 SourceLocation TildeLoc,
14612 SourceLocation TildeLoc,
14623 CCLoc, TildeLoc, Destroyed);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 2542 SourceLocation TildeLoc;
2554 SourceLocation TildeLoc,
2601 SourceLocation getTildeLoc() const { return TildeLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1913 E->TildeLoc = readSourceLocation();

Completed in 48 milliseconds