Searched refs:OpLoc (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/lib/Sema/
H A DSemaExprMember.cpp292 SourceLocation OpLoc, const IdentifierInfo *CompName,
339 S.Diag(OpLoc, diag::ext_opencl_ext_vector_type_rgba_selector)
356 S.Diag(OpLoc, diag::err_ext_vector_component_name_illegal)
371 S.Diag(OpLoc, diag::err_ext_vector_component_exceeds_length)
458 bool IsArrow, SourceLocation OpLoc,
478 Diag(OpLoc, diag::err_typecheck_member_reference_struct_union)
491 Context, BaseExpr, BaseType, IsArrow, OpLoc,
617 SourceLocation OpLoc, bool IsArrow,
623 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
702 BaseExpr, BaseExpr->getType(), OpLoc, IsArro
291 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, SourceLocation OpLoc, const IdentifierInfo *CompName, SourceLocation CompLoc) argument
457 ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, bool IsArrow, SourceLocation OpLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
614 LookupMemberExprInRecord(Sema &SemaRef, LookupResult &R, Expr *BaseExpr, const RecordType *RTy, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, bool HasTemplateArgs, TypoExpr *&TE) argument
716 BuildMemberReferenceExpr(Expr *Base, QualType BaseType, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, const Scope *S, ActOnMemberAccessExtraArgs *ExtraArgs) argument
908 BuildMemberExpr( Sema &SemaRef, ASTContext &C, Expr *Base, bool isArrow, SourceLocation OpLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo, QualType Ty, ExprValueKind VK, ExprObjectKind OK, const TemplateArgumentListInfo *TemplateArgs = nullptr) argument
961 BuildMemberReferenceExpr(Expr *BaseExpr, QualType BaseExprType, SourceLocation OpLoc, bool IsArrow, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs, const Scope *S, bool SuppressQualifierCheck, ActOnMemberAccessExtraArgs *ExtraArgs) argument
1283 LookupMemberExpr(Sema &S, LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1712 ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, Decl *ObjCImpDecl) argument
1761 BuildFieldReferenceExpr(Sema &S, Expr *BaseExpr, bool IsArrow, SourceLocation OpLoc, const CXXScopeSpec &SS, FieldDecl *Field, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo) argument
[all...]
H A DSemaExpr.cpp3712 SourceLocation OpLoc,
3734 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange);
3737 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange,
3741 if (RequireCompleteType(OpLoc, ExprType,
3747 Diag(OpLoc, diag::err_sizeof_alignof_function_type)
3752 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange,
3951 SourceLocation OpLoc,
3960 CheckUnaryExprOrTypeTraitOperand(T, OpLoc, R, ExprKind))
3989 ExprKind, TInfo, Context.getSizeType(), OpLoc, R.getEnd());
3995 Sema::CreateUnaryExprOrTypeTraitExpr(Expr *E, SourceLocation OpLoc, argument
3711 CheckUnaryExprOrTypeTraitOperand(QualType ExprType, SourceLocation OpLoc, SourceRange ExprRange, UnaryExprOrTypeTrait ExprKind) argument
3950 CreateUnaryExprOrTypeTraitExpr(TypeSourceInfo *TInfo, SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, SourceRange R) argument
4039 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, bool IsType, void *TyOrEx, SourceRange ArgRange) argument
4093 ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc, tok::TokenKind Kind, Expr *Input) argument
6975 DiagnoseConditionalPrecedence(Sema &Self, SourceLocation OpLoc, Expr *Condition, Expr *LHSExpr, Expr *RHSExpr) argument
8250 diagnoseStringPlusInt(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
8289 diagnoseStringPlusChar(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
10169 CheckIncrementDecrementOperand(Sema &S, Expr *Op, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation OpLoc, bool IsInc, bool IsPrefix) argument
10334 CheckAddressOfOperand(ExprResult &OrigOp, SourceLocation OpLoc) argument
10559 CheckIndirectionOperand(Sema &S, Expr *Op, ExprValueKind &VK, SourceLocation OpLoc) argument
10683 DiagnoseSelfAssignment(Sema &S, Expr *LHSExpr, Expr *RHSExpr, SourceLocation OpLoc) argument
10716 checkObjCPointerIntrospection(Sema &S, ExprResult &L, ExprResult &R, SourceLocation OpLoc) argument
10772 CreateBuiltinBinOp(SourceLocation OpLoc, BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr) argument
10989 DiagnoseBitwisePrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
11031 EmitDiagnosticForLogicalAndInLogicalOr(Sema &Self, SourceLocation OpLoc, BinaryOperator *Bop) argument
11059 DiagnoseLogicalAndInLogicalOrLHS(Sema &S, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
11081 DiagnoseLogicalAndInLogicalOrRHS(Sema &S, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
11098 DiagnoseBitwiseOpInBitwiseOp(Sema &S, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *SubExpr) argument
11113 DiagnoseAdditionInShift(Sema &S, SourceLocation OpLoc, Expr *SubExpr, StringRef Shift) argument
11127 DiagnoseShiftCompare(Sema &S, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
11156 DiagnoseBinOpPrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
11205 BuildOverloadedBinOp(Sema &S, Scope *Sc, SourceLocation OpLoc, BinaryOperatorKind Opc, Expr *LHS, Expr *RHS) argument
11224 BuildBinOp(Scope *S, SourceLocation OpLoc, BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr) argument
11302 CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, Expr *InputExpr) argument
11524 BuildUnaryOp(Scope *S, SourceLocation OpLoc, UnaryOperatorKind Opc, Expr *Input) argument
11572 ActOnUnaryOp(Scope *S, SourceLocation OpLoc, tok::TokenKind Op, Expr *Input) argument
11578 ActOnAddrLabel(SourceLocation OpLoc, SourceLocation LabLoc, LabelDecl *TheDecl) argument
15068 ActOnObjCBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) argument
[all...]
H A DSemaExprCXX.cpp466 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, argument
470 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
484 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
488 return ExprError(Diag(OpLoc, diag::err_no_typeid_with_fno_rtti));
502 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
504 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
508 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
594 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, argument
603 return ExprError(Diag(OpLoc, diag::err_need_header_before_ms_uuidof));
617 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
628 ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) argument
643 ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) argument
679 BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, bool IsThrownVarInScope) argument
5913 ActOnStartCXXMemberReference(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, ParsedType &ObjectType, bool &MayBePseudoDestructor) argument
6056 CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, tok::TokenKind& OpKind, SourceLocation OpLoc) argument
6089 BuildPseudoDestructorExpr(Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, const CXXScopeSpec &SS, TypeSourceInfo *ScopeTypeInfo, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destructed) argument
6187 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, UnqualifiedId &FirstTypeName, SourceLocation CCLoc, SourceLocation TildeLoc, UnqualifiedId &SecondTypeName) argument
6324 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, SourceLocation TildeLoc, const DeclSpec& DS) argument
[all...]
H A DSemaOverload.cpp6709 SourceLocation OpLoc,
6731 if (!isCompleteType(OpLoc, T1) && !T1Rec->isBeingDefined())
6737 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName);
8254 SourceLocation OpLoc,
8272 OpLoc,
9791 SourceLocation OpLoc,
9800 S.Diag(OpLoc, diag::note_ovl_builtin_unary_candidate) << TypeStr;
9805 S.Diag(OpLoc, diag::note_ovl_builtin_binary_candidate) << TypeStr;
9809 static void NoteAmbiguousUserConversions(Sema &S, SourceLocation OpLoc,
9818 S, OpLoc,
6708 AddMemberOperatorCandidates(OverloadedOperatorKind Op, SourceLocation OpLoc, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet, SourceRange OpRange) argument
[all...]
H A DSemaCast.cpp214 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, argument
231 return BuildCXXNamedCast(OpLoc, Kind, TInfo, E,
237 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, argument
248 Op.OpRange = SourceRange(OpLoc, Parens.getEnd());
262 OpLoc, Parens.getEnd(),
274 OpLoc, Parens.getEnd(),
285 nullptr, DestTInfo, OpLoc,
299 OpLoc, Parens.getEnd(),
H A DSemaTemplateVariadic.cpp826 /// \param OpLoc The location of the "sizeof" keyword.
831 SourceLocation OpLoc,
873 MarkAnyDeclReferenced(OpLoc, ParameterPack, true);
875 return SizeOfPackExpr::Create(Context, OpLoc, ParameterPack, NameLoc,
830 ActOnSizeofParameterPackExpr(Scope *S, SourceLocation OpLoc, IdentifierInfo &Name, SourceLocation NameLoc, SourceLocation RParenLoc) argument
H A DTreeTransform.h2021 ExprResult RebuildUnaryOperator(SourceLocation OpLoc, argument
2024 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr);
2045 SourceLocation OpLoc,
2048 return getSema().CreateUnaryExprOrTypeTraitExpr(TInfo, OpLoc, ExprKind, R);
2056 ExprResult RebuildUnaryExprOrTypeTrait(Expr *SubExpr, SourceLocation OpLoc, argument
2060 = getSema().CreateUnaryExprOrTypeTraitExpr(SubExpr, OpLoc, ExprKind);
2108 ExprResult RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, argument
2136 MemberExpr(Base, isArrow, OpLoc, Member, MemberNameInfo,
2153 return getSema().BuildMemberReferenceExpr(Base, BaseType, OpLoc, isArrow,
2164 ExprResult RebuildBinaryOperator(SourceLocation OpLoc, argument
2044 RebuildUnaryExprOrTypeTrait(TypeSourceInfo *TInfo, SourceLocation OpLoc, UnaryExprOrTypeTrait ExprKind, SourceRange R) argument
2211 RebuildExtVectorElementExpr(Expr *Base, SourceLocation OpLoc, SourceLocation AccessorLoc, IdentifierInfo &Accessor) argument
2362 RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
2401 RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
2418 RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
2435 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
2452 RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
2977 RebuildObjCIsaExpr(Expr *BaseArg, SourceLocation IsaLoc, SourceLocation OpLoc, bool IsArrow) argument
11743 RebuildCXXOperatorCallExpr(OverloadedOperatorKind Op, SourceLocation OpLoc, Expr *OrigCallee, Expr *First, Expr *Second) argument
[all...]
H A DSemaAccess.cpp1696 Sema::AccessResult Sema::CheckAllocationAccess(SourceLocation OpLoc, argument
1712 return CheckAccess(*this, OpLoc, Entity);
1732 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, argument
1749 return CheckAccess(*this, OpLoc, Entity);
H A DSemaExprObjC.cpp1757 Expr *BaseExpr, SourceLocation OpLoc,
1907 return HandleExprPropertyRefExpr(OPT, BaseExpr, OpLoc,
1926 << FixItHint::CreateReplacement(OpLoc, "->");
1967 SourceLocation()/*OpLoc*/,
1756 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument
H A DSemaOpenMP.cpp6069 SourceLocation OpLoc;
6124 OpLoc = AtomicInnerBinOp->getOperatorLoc();
6197 OpLoc = AtomicCompAssignOp->getOperatorLoc();
6212 OpLoc = AtomicUnaryOp->getOperatorLoc();
6214 E = SemaRef.ActOnIntegerConstant(OpLoc, /*uint64_t Val=*/1).get();
6253 SemaRef.CreateBuiltinBinOp(OpLoc, Op, IsXLHSInRHSPart ? OVEX : OVEExpr,
/external/clang/include/clang/Lex/
H A DTokenLexer.h178 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
/external/clang/lib/Lex/
H A DPPExpressions.cpp558 SourceLocation OpLoc = PeekTok.getLocation(); local
618 PP.Diag(OpLoc, diag::warn_pp_convert_to_positive) << 0
623 PP.Diag(OpLoc, diag::warn_pp_convert_to_positive) << 1
639 PP.Diag(OpLoc, diag::err_pp_remainder_by_zero)
651 PP.Diag(OpLoc, diag::err_pp_division_by_zero)
738 PP.Diag(OpLoc, diag::ext_pp_comma_expr)
747 PP.Diag(OpLoc, diag::note_matching) << tok::question;
780 PP.Diag(OpLoc, diag::err_pp_colon_without_question)
787 PP.Diag(OpLoc, diag::warn_pp_expr_overflow)
H A DTokenLexer.cpp723 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { argument
724 PP.Diag(OpLoc, diag::ext_comment_paste_microsoft);
/external/clang/include/clang/AST/
H A DExprObjC.h483 /// OpLoc - This is the location of '.' or '->'
484 SourceLocation OpLoc; member in class:clang::ObjCIvarRefExpr
499 D(d), Base(base), Loc(l), OpLoc(oploc),
526 SourceLocation getOpLoc() const { return OpLoc; }
527 void setOpLoc(SourceLocation L) { OpLoc = L; }
1390 /// OpLoc - This is the location of '.' or '->'
1391 SourceLocation OpLoc;
1402 Base(base), IsaMemberLoc(l), OpLoc(oploc), IsArrow(isarrow) {}
1418 SourceLocation getOpLoc() const { return OpLoc; }
1419 void setOpLoc(SourceLocation L) { OpLoc
[all...]
H A DExpr.h1979 SourceLocation OpLoc, RParenLoc;
1991 OpLoc(op), RParenLoc(rp) {
2041 SourceLocation getOperatorLoc() const { return OpLoc; }
2042 void setOperatorLoc(SourceLocation L) { OpLoc = L; }
2047 SourceLocation getLocStart() const LLVM_READONLY { return OpLoc; }
2909 SourceLocation OpLoc; member in class:clang::StringLiteral::final::CallExpr::BinaryOperator
2925 Opc(opc), FPContractable(fpContractable), OpLoc(opLoc) {
2936 SourceLocation getExprLoc() const LLVM_READONLY { return OpLoc; }
2937 SourceLocation getOperatorLoc() const { return OpLoc; }
2938 void setOperatorLoc(SourceLocation L) { OpLoc
3096 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, ExprValueKind VK, ExprObjectKind OK, QualType CompLHSType, QualType CompResultType, SourceLocation OpLoc, bool fpContractable) argument
[all...]
/external/clang/lib/Parse/
H A DParseExprCXX.cpp1347 SourceLocation OpLoc = ConsumeToken(); local
1386 Result = Actions.ActOnCXXNamedCast(OpLoc, Kind,
1404 SourceLocation OpLoc = ConsumeToken(); local
1440 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
1454 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
1470 SourceLocation OpLoc = ConsumeToken(); local
1488 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true,
1501 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(),
1525 Parser::ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, argument
1565 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKin
[all...]
H A DParseExpr.cpp1615 SourceLocation OpLoc = ConsumeToken(); // Eat the "." or "->" token. local
1626 Diag(OpLoc, diag::err_function_is_not_record)
1628 << FixItHint::CreateRemoval(OpLoc);
1633 OpLoc, OpKind, ObjectType,
1648 OpLoc, OpKind == tok::arrow); local
1655 LHS = ParseCXXPseudoDestructor(LHS.get(), OpLoc, OpKind, SS,
1692 LHS = Actions.ActOnMemberAccessExpr(getCurScope(), LHS.get(), OpLoc,
H A DParseOpenMP.cpp1510 SourceLocation OpLoc = P.ConsumeToken(); local
1511 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()};
1512 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations);
H A DParseObjc.cpp2793 SourceLocation OpLoc = ConsumeToken(); local
2813 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get());
/external/clang/include/clang/Sema/
H A DSema.h2514 SourceLocation OpLoc, ArrayRef<Expr *> Args,
2523 SourceLocation OpLoc, ArrayRef<Expr *> Args,
2631 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc,
2636 ExprResult CreateOverloadedBinOp(SourceLocation OpLoc,
2656 SourceLocation OpLoc,
3598 SourceLocation OpLoc);
3891 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc,
3893 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc,
3895 ExprResult ActOnUnaryOp(Scope *S, SourceLocation OpLoc,
3898 QualType CheckAddressOfOperand(ExprResult &Operand, SourceLocation OpLoc);
[all...]
H A DDeclSpec.h1029 /// \param OpLoc the location of the 'operator' keyword.
1032 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, argument
1036 StartLocation = OpLoc;
/external/llvm/lib/TableGen/
H A DTGParser.cpp881 SMLoc OpLoc = Lex.getLoc(); local
938 Error(OpLoc, "expected a list");
958 Error(OpLoc, "expected two operands to operator");
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp806 SMLoc OpLoc = Lex.getLoc(); local
864 Error(OpLoc, "expected two operands to operator");
/external/clang/include/clang/Parse/
H A DParser.h1544 ExprResult ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc,
/external/clang/lib/AST/
H A DExpr.cpp1372 OpLoc(op), RParenLoc(rp) {

Completed in 1899 milliseconds

12