Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp163 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()
DExpr.cpp1311 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/
DExprCXX.h2138 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()
DExpr.h1877 SourceLocation OperatorLoc, RParenLoc; variable
2336 SourceLocation OperatorLoc; variable
/external/clang/lib/Sema/
DDeclSpec.cpp1238 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
DTreeTransform.h2031 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/
DDeclSpec.h1015 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp3044 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx); in ReadStmtFromStream() local