Searched defs:OperatorLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 236 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() 1201 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1238 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1258 SourceLocation OperatorLoc, in Create() 1335 SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1371 SourceLocation OperatorLoc, in Create() 1436 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, in Create()
|
D | Expr.cpp | 1323 SourceLocation OperatorLoc, in Create() 1345 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1417 const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc, in Create()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2069 SourceLocation OperatorLoc; variable 3104 SourceLocation OperatorLoc; variable 3362 SourceLocation OperatorLoc; variable 3612 SourceLocation OperatorLoc; variable 3640 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
D | Expr.h | 2368 SourceLocation OperatorLoc; variable
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 1211 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
D | TreeTransform.h | 1958 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 2679 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 2701 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 2727 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr() 11516 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 996 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2742 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx); in ReadStmtFromStream() local
|