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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComputeDependence.h 53 class MSPropertyRefExpr;
135 ExprDependence computeDependence(MSPropertyRefExpr *E);
ExprCXX.h 923 class MSPropertyRefExpr : public Expr {
933 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
942 MSPropertyRefExpr(EmptyShell Empty) : Expr(MSPropertyRefExprClass, Empty) {}
968 auto Children = const_cast<MSPropertyRefExpr *>(this)->children();
RecursiveASTVisitor.h 2482 DEF_TRAVERSE_STMT(MSPropertyRefExpr, {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 84 Expr *rebuildMSPropertyRefExpr(MSPropertyRefExpr *refExpr) {
87 return new (S.Context) MSPropertyRefExpr(
112 if (auto *MSPRE = dyn_cast<MSPropertyRefExpr>(e))
335 MSPropertyRefExpr *RefExpr;
339 MSPropertyRefExpr *getBaseMSProperty(MSPropertySubscriptExpr *E);
342 MSPropertyOpBuilder(Sema &S, MSPropertyRefExpr *refExpr, bool IsUnique)
1436 MSPropertyRefExpr *
1444 return cast<MSPropertyRefExpr>(Base);
1538 } else if (MSPropertyRefExpr *refExpr
1539 = dyn_cast<MSPropertyRefExpr>(opaqueRef))
    [all...]
SemaExprMember.cpp 887 return new (S.Context) MSPropertyRefExpr(BaseExpr, PD, IsArrow,
TreeTransform.h 8305 TreeTransform<Derived>::TransformMSPropertyRefExpr(MSPropertyRefExpr *E) {
8324 MSPropertyRefExpr(Base.get(), PD, E->isArrow(),
SemaExpr.cpp 4623 if (auto *MSProp = dyn_cast<MSPropertyRefExpr>(BaseNoParens))
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp 316 bool VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 274 ExprDependence clang::computeDependence(MSPropertyRefExpr *E) {
StmtPrinter.cpp 1807 void StmtPrinter::VisitMSPropertyRefExpr(MSPropertyRefExpr *Node) {
StmtProfile.cpp 1851 void StmtProfiler::VisitMSPropertyRefExpr(const MSPropertyRefExpr *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2202 void ASTStmtReader::VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {
3638 S = new (Context) MSPropertyRefExpr(Empty);
ASTWriterStmt.cpp 2109 void ASTStmtWriter::VisitMSPropertyRefExpr(MSPropertyRefExpr *E) {

Completed in 94 milliseconds