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

  /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;

Completed in 47 milliseconds