Home
last modified time | relevance | path

Searched refs:opLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaPseudoObject.cpp220 SourceLocation opLoc,
223 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
272 SourceLocation opLoc,
275 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
311 SourceLocation opLoc,
DSemaExprMember.cpp727 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
DSemaExpr.cpp3560 SourceLocation opLoc, in checkArithmeticOnObjCPointer() argument
3566 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) in checkArithmeticOnObjCPointer()
/external/clang/include/clang/AST/
DExpr.h2902 SourceLocation opLoc, bool fpContractable) in BinaryOperator() argument
2910 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) { in BinaryOperator()
3051 SourceLocation opLoc, bool fpContractable, bool dead2) in BinaryOperator() argument
3059 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) { in BinaryOperator()
/external/clang/include/clang/Sema/
DSema.h3185 SourceLocation opLoc = SourceLocation());