HomeSort by relevance Sort by last modified time
    Searched refs:getExprLoc (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 54 ME->getExprLoc())) {
57 ME->getExprLoc());
TransARCAssign.cpp 47 SourceLocation OrigLoc = E->getExprLoc();
TransUnbridgedCasts.cpp 109 SourceLocation loc = castExpr->getExprLoc();
284 SourceLocation Loc = E->getExprLoc();
339 SourceLocation CastLoc = E->getExprLoc();
  /frameworks/compile/slang/
slang_rs_export_var.cpp 54 Context->ReportError(Initializer->getExprLoc(),
76 Context->ReportError(IList->getInit(i)->getExprLoc(),
slang_rs_foreach_lowering.cpp 115 mCtxt->ReportError(CE->getExprLoc(),
124 mCtxt->ReportError(arg0->getExprLoc(),
133 mCtxt->ReportError(CE->getExprLoc(),
243 CE->getExprLoc(),
307 lparenloc = args[allocArgIndexStart]->getExprLoc();
308 rparenloc = args[allocArgIndexEnd]->getExprLoc();
slang_rs_check_ast.cpp 254 Context->ReportError(CE->getExprLoc(), "invalid implicit vector cast");
256 Context->ReportError(CE->getExprLoc(), "invalid vector cast");
277 !Slang::IsLocInRSHeaderFile(E->getExprLoc(), mSM) &&
278 !RSExportType::ValidateType(Context, C, E->getType(), nullptr, E->getExprLoc(),
  /external/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 115 SourceLocation getExprLoc() const LLVM_READONLY {
116 return getBase()->getExprLoc();
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestCallVisitor.cpp 105 Match(getOperatorSpelling(CE->getOperator()), CE->getExprLoc());
RecursiveASTVisitorTestExprVisitor.cpp 20 Match("", Parens->getExprLoc());
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaPseudoObject.cpp 664 S.Diag(RefExpr->getExprLoc(), diag::error_property_setter_ambiguous_use)
    [all...]
SemaStmt.cpp 48 FE = ActOnFinishFullExpr(FE.get(), FE.get()->getExprLoc(),
199 SourceLocation ExprLoc = E->IgnoreParenImpCasts()->getExprLoc();
420 LHS = ActOnFinishFullExpr(LHSVal, LHSVal->getExprLoc(), false,
425 auto RHS = RHSVal ? ActOnFinishFullExpr(RHSVal, RHSVal->getExprLoc(), false,
500 SemaRef.DiagnoseCommaOperator(E->getLHS(), E->getExprLoc());
521 CondExpr->getExprLoc()))
    [all...]
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 186 clang::CharSourceRange::getTokenRange(callExpr->getExprLoc());
202 clang::CharSourceRange::getTokenRange(callExpr->getExprLoc());
218 clang::CharSourceRange::getTokenRange(callExpr->getExprLoc());
234 clang::CharSourceRange::getTokenRange(callExpr->getExprLoc());
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 77 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc());
122 E->getExprLoc());
140 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E), E->getExprLoc());
391 E->getExprLoc());
441 return EmitLoadOfLValue(CGF.MakeAddrLValue(V, DestTy), Op->getExprLoc());
492 DestTy, Op->getExprLoc());
499 Op->getExprLoc());
    [all...]
CGExprScalar.cpp 133 E->getExprLoc());
263 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E), E->getExprLoc());
274 E->getExprLoc());
298 Value *V = CGF.EmitLoadOfLValue(LV, E->getExprLoc()).getScalarVal();
    [all...]
CGAtomic.cpp     [all...]
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 90 call_expr->getExprLoc(), error_write_param_bad_signature_);
125 arg_expr->getExprLoc(),

Completed in 1000 milliseconds

1 2 3 4 5