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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 321 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc,
327 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
539 SourceLocation OperatorLoc,
543 OperatorLoc, FPFeatures, /*MinNumArgs=*/0, UsesADL) {
560 ExprValueKind VK, SourceLocation OperatorLoc,
568 return new (Mem) CXXOperatorCallExpr(OpKind, Fn, Args, Ty, VK, OperatorLoc,
1363 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc,
1376 CXXDependentScopeMemberExprBits.OperatorLoc = OperatorLoc;
    [all...]
Expr.cpp 1515 SourceLocation OperatorLoc,
1523 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1535 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1539 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1571 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc,
1585 MemberExprBits.OperatorLoc = OperatorLoc;
1590 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc,
1605 MemberExpr *E = new (Mem) MemberExpr(Base, IsArrow, OperatorLoc, MemberDecl
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 95 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures,
104 SourceLocation OperatorLoc, FPOptionsOverride FPFeatures,
2528 SourceLocation OperatorLoc;
2550 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
2583 SourceLocation getOperatorLoc() const { return OperatorLoc; }
3615 SourceLocation OperatorLoc,
3628 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc,
3661 return CXXDependentScopeMemberExprBits.OperatorLoc;
3829 SourceLocation OperatorLoc;
3847 SourceLocation OperatorLoc,
    [all...]
Expr.h 2379 SourceLocation OperatorLoc, RParenLoc;
2392 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2403 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
2411 SourceLocation getOperatorLoc() const { return OperatorLoc; }
2412 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; }
2458 SourceLocation getBeginLoc() const LLVM_READONLY { return OperatorLoc; }
3129 MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc,
3138 SourceLocation OperatorLoc,
3270 SourceLocation getOperatorLoc() const { return MemberExprBits.OperatorLoc; }
Stmt.h 512 SourceLocation OperatorLoc;
856 SourceLocation OperatorLoc;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 1442 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc,
1446 StartLocation = OperatorLoc;
1447 EndLocation = OperatorLoc;
TreeTransform.h 2451 SourceLocation OperatorLoc,
2473 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc,
2477 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components,
3269 SourceLocation OperatorLoc,
3279 OperatorLoc, IsArrow,
3291 SourceLocation OperatorLoc,
3302 OperatorLoc, IsArrow,
3317 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc,
3323 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc,
14607 SourceLocation OperatorLoc,
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1047 /// \param OperatorLoc the location of the 'operator' keyword.
1053 void setOperatorFunctionId(SourceLocation OperatorLoc,
1060 /// \param OperatorLoc the location of the 'operator' keyword.
1065 void setConversionFunctionId(SourceLocation OperatorLoc,
1069 StartLocation = OperatorLoc;
Sema.h 7248 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1034 E->MemberExprBits.OperatorLoc = Record.readSourceLocation();
1909 E->OperatorLoc = readSourceLocation();
1966 E->CXXDependentScopeMemberExprBits.OperatorLoc = readSourceLocation();
2045 E->OperatorLoc = readSourceLocation();
2107 E->OperatorLoc = readSourceLocation();
ASTWriterStmt.cpp 2005 Record.AddSourceLocation(E->OperatorLoc);

Completed in 78 milliseconds