Searched defs:OperatorLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 163 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() 1110 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr() 1145 SourceLocation OperatorLoc, in Create() 1213 SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1248 bool IsArrow, SourceLocation OperatorLoc, in Create() 1310 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, in Create()
|
D | Expr.cpp | 1311 SourceLocation OperatorLoc, in Create() 1331 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1403 const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc, in Create()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2138 SourceLocation OperatorLoc; variable 3150 SourceLocation OperatorLoc; variable 3388 SourceLocation OperatorLoc; variable 3657 SourceLocation OperatorLoc; variable 3686 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
D | Expr.h | 1877 SourceLocation OperatorLoc, RParenLoc; variable 2336 SourceLocation OperatorLoc; variable
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 1238 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
D | TreeTransform.h | 2031 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 2763 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 2785 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 2811 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr() 11862 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1015 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 3044 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx); in ReadStmtFromStream() local
|