Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaPseudoObject.cpp184 SourceLocation opLoc,
187 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
236 SourceLocation opLoc,
239 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
275 SourceLocation opLoc,
DSemaExprMember.cpp692 SourceLocation opLoc) { in BuildAnonymousStructUnionMemberReference() argument
DSemaExpr.cpp3331 SourceLocation opLoc, in checkArithmeticOnObjCPointer() argument
3337 S.Diag(opLoc, diag::err_arithmetic_nonfragile_interface) in checkArithmeticOnObjCPointer()
/external/clang/include/clang/AST/
DExpr.h2891 SourceLocation opLoc, bool fpContractable) in BinaryOperator() argument
2899 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) { in BinaryOperator()
3013 SourceLocation opLoc, bool fpContractable, bool dead2) in BinaryOperator() argument
3021 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) { in BinaryOperator()
/external/clang/include/clang/Sema/
DSema.h3030 SourceLocation opLoc = SourceLocation());