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()
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()
DExpr.cpp1323 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/
DExprCXX.h2069 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()
DExpr.h2368 SourceLocation OperatorLoc; variable
/external/clang/lib/Sema/
DDeclSpec.cpp1211 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
DTreeTransform.h1958 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/
DDeclSpec.h996 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2742 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx); in ReadStmtFromStream() local