Home
last modified time | relevance | path

Searched defs:OperatorLoc (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp236 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()
DExpr.cpp1286 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/
DExprCXX.h1946 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()
DExpr.h2329 SourceLocation OperatorLoc; variable
/external/clang/lib/Sema/
DDeclSpec.cpp1207 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
DTreeTransform.h1780 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/
DASTReaderStmt.cpp2494 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx); in ReadStmtFromStream() local
/external/clang/include/clang/Sema/
DDeclSpec.h977 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()