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() 1192 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1229 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1249 SourceLocation OperatorLoc, in Create() 1326 SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1362 SourceLocation OperatorLoc, in Create()
|
D | Expr.cpp | 1286 SourceLocation OperatorLoc, in Create() 1308 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr() 1380 const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc, in Create()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1946 SourceLocation OperatorLoc; variable 2969 SourceLocation OperatorLoc; variable 3225 SourceLocation OperatorLoc; variable 3472 SourceLocation OperatorLoc; variable 3496 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr() 3507 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
D | Expr.h | 2329 SourceLocation OperatorLoc; variable
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 1207 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
D | TreeTransform.h | 1780 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 2488 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 2510 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 2536 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 10761 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2494 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx); in ReadStmtFromStream() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 977 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|