Searched refs:ExprRange (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3912 ExprResult Sema::BuildAtomicExpr(SourceRange CallRange, SourceRange ExprRange, in BuildAtomicExpr() argument 4135 << /*is non object*/ 0 << ExprRange; in BuildAtomicExpr() 4141 << /*is non object*/ 0 << ExprRange; in BuildAtomicExpr() 4154 Diag(ExprRange.getBegin(), diag::err_atomic_builtin_must_be_pointer) in BuildAtomicExpr() 4164 Diag(ExprRange.getBegin(), diag::err_atomic_op_needs_atomic) in BuildAtomicExpr() 4170 Diag(ExprRange.getBegin(), diag::err_atomic_op_needs_non_const_atomic) in BuildAtomicExpr() 4178 Diag(ExprRange.getBegin(), diag::err_atomic_op_needs_non_const_pointer) in BuildAtomicExpr() 4191 Diag(ExprRange.getBegin(), diag::err_atomic_builtin_must_be_pointer) in BuildAtomicExpr() 4210 Diag(ExprRange.getBegin(), in BuildAtomicExpr() 4241 Diag(ExprRange.getBegin(), DID) in BuildAtomicExpr() [all …]
|
| H A D | SemaExpr.cpp | 4573 SourceRange ExprRange, in CheckUnaryExprOrTypeTraitOperand() argument 4604 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange); in CheckUnaryExprOrTypeTraitOperand() 4608 ExprRange); in CheckUnaryExprOrTypeTraitOperand() 4612 ExprRange); in CheckUnaryExprOrTypeTraitOperand() 4615 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange, in CheckUnaryExprOrTypeTraitOperand() 4621 KWName, ExprRange)) in CheckUnaryExprOrTypeTraitOperand() 4625 Diag(OpLoc, diag::err_sizeof_alignof_function_type) << KWName << ExprRange; in CheckUnaryExprOrTypeTraitOperand() 4647 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange, in CheckUnaryExprOrTypeTraitOperand() 13083 CharSourceRange ExprRange = CharSourceRange::getCharRange( in diagnoseXorMisusedAsPow() local 13086 Lexer::getSourceText(ExprRange, S.getSourceManager(), S.getLangOpts()); in diagnoseXorMisusedAsPow() [all …]
|
| H A D | SemaOpenMP.cpp | 15366 SourceRange ExprRange(PermArg->getBeginLoc(), PermArg->getEndLoc()); in ActOnOpenMPInterchangeDirective() local 15369 << PermInt << ExprRange; in ActOnOpenMPInterchangeDirective() 16592 SourceRange ExprRange(PermEvalExpr.get()->getBeginLoc(), in ActOnOpenMPPermutationClause() local 16596 << NumLoops << ExprRange; in ActOnOpenMPPermutationClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 776 Tok.getLocation(), DER.ExprRange, in SkipExcludedConditionalBlock() 3470 IfToken.getLocation(), DER.ExprRange, in HandleIfDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2645 SourceRange ExprRange; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2687 BuildAtomicExpr(SourceRange CallRange, SourceRange ExprRange, 7351 SourceRange ExprRange,
|