Home
last modified time | relevance | path

Searched defs:OpLoc (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp147 return SYCLUniqueStableNameExpr::Create(getASTContext(), OpLoc, LParen, in ActOnUniqueStableNameExpr() argument
139 BuildUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) BuildUniqueStableNameExpr() argument
H A DSemaExprMember.cpp374 CheckExtVectorComponent(Sema & S,QualType baseType,ExprValueKind & VK,SourceLocation OpLoc,const IdentifierInfo * CompName,SourceLocation CompLoc) CheckExtVectorComponent() argument
556 ActOnDependentMemberExpr(Expr * BaseExpr,QualType BaseType,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs) ActOnDependentMemberExpr() argument
705 LookupMemberExprInRecord(Sema & SemaRef,LookupResult & R,Expr * BaseExpr,QualType RTy,SourceLocation OpLoc,bool IsArrow,CXXScopeSpec & SS,bool HasTemplateArgs,SourceLocation TemplateKWLoc,TypoExpr * & TE) LookupMemberExprInRecord() argument
785 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) BuildMemberReferenceExpr() argument
930 BuildMemberExpr(Expr * Base,bool IsArrow,SourceLocation OpLoc,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,ValueDecl * Member,DeclAccessPair FoundDecl,bool HadMultipleCandidates,const DeclarationNameInfo & MemberNameInfo,QualType Ty,ExprValueKind VK,ExprObjectKind OK,const TemplateArgumentListInfo * TemplateArgs) BuildMemberExpr() argument
972 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) BuildMemberReferenceExpr() argument
1286 LookupMemberExpr(Sema & S,LookupResult & R,ExprResult & BaseExpr,bool & IsArrow,SourceLocation OpLoc,CXXScopeSpec & SS,Decl * ObjCImpDecl,bool HasTemplateArgs,SourceLocation TemplateKWLoc) LookupMemberExpr() argument
1747 ActOnMemberAccessExpr(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,UnqualifiedId & Id,Decl * ObjCImpDecl) ActOnMemberAccessExpr() argument
1827 BuildFieldReferenceExpr(Expr * BaseExpr,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec & SS,FieldDecl * Field,DeclAccessPair FoundDecl,const DeclarationNameInfo & MemberNameInfo) BuildFieldReferenceExpr() argument
[all...]
H A DSemaAccess.cpp1741 CheckAllocationAccess(SourceLocation OpLoc,SourceRange PlacementRange,CXXRecordDecl * NamingClass,DeclAccessPair Found,bool Diagnose) CheckAllocationAccess() argument
1789 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,const SourceRange & Range,DeclAccessPair Found) CheckMemberOperatorAccess() argument
1806 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,Expr * ArgExpr,DeclAccessPair Found) CheckMemberOperatorAccess() argument
1815 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,ArrayRef<Expr * > ArgExprs,DeclAccessPair FoundDecl) CheckMemberOperatorAccess() argument
H A DSemaExpr.cpp4469 CheckUnaryExprOrTypeTraitOperand(QualType ExprType,SourceLocation OpLoc,SourceRange ExprRange,UnaryExprOrTypeTrait ExprKind,StringRef KWName) CheckUnaryExprOrTypeTraitOperand() argument
4563 CreateUnaryExprOrTypeTraitExpr(TypeSourceInfo * TInfo,SourceLocation OpLoc,UnaryExprOrTypeTrait ExprKind,SourceRange R) CreateUnaryExprOrTypeTraitExpr() argument
4588 CreateUnaryExprOrTypeTraitExpr(Expr * E,SourceLocation OpLoc,UnaryExprOrTypeTrait ExprKind) CreateUnaryExprOrTypeTraitExpr() argument
4631 ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc,UnaryExprOrTypeTrait ExprKind,bool IsType,void * TyOrEx,SourceRange ArgRange) ActOnUnaryExprOrTypeTraitExpr() argument
4649 CheckAlignasTypeArgument(StringRef KWName,TypeSourceInfo * TInfo,SourceLocation OpLoc,SourceRange R) CheckAlignasTypeArgument() argument
4657 ActOnAlignasTypeArgument(StringRef KWName,ParsedType Ty,SourceLocation OpLoc,SourceRange R) ActOnAlignasTypeArgument() argument
4701 ActOnPostfixUnaryOp(Scope * S,SourceLocation OpLoc,tok::TokenKind Kind,Expr * Input) ActOnPostfixUnaryOp() argument
8582 DiagnoseConditionalPrecedence(Sema & Self,SourceLocation OpLoc,Expr * Condition,const Expr * LHSExpr,const Expr * RHSExpr) DiagnoseConditionalPrecedence() argument
10718 diagnoseStringPlusInt(Sema & Self,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) diagnoseStringPlusInt() argument
10748 diagnoseStringPlusChar(Sema & Self,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) diagnoseStringPlusChar() argument
13736 CheckIncrementDecrementOperand(Sema & S,Expr * Op,ExprValueKind & VK,ExprObjectKind & OK,SourceLocation OpLoc,bool IsInc,bool IsPrefix) CheckIncrementDecrementOperand() argument
13900 CheckUseOfCXXMethodAsAddressOfOperand(SourceLocation OpLoc,const Expr * Op,const CXXMethodDecl * MD) CheckUseOfCXXMethodAsAddressOfOperand() argument
13928 CheckAddressOfOperand(ExprResult & OrigOp,SourceLocation OpLoc) CheckAddressOfOperand() argument
14213 CheckIndirectionOperand(Sema & S,Expr * Op,ExprValueKind & VK,SourceLocation OpLoc,bool IsAfterAmp=false) CheckIndirectionOperand() argument
14369 DiagnoseSelfAssignment(Sema & S,Expr * LHSExpr,Expr * RHSExpr,SourceLocation OpLoc,bool IsBuiltin) DiagnoseSelfAssignment() argument
14411 checkObjCPointerIntrospection(Sema & S,ExprResult & L,ExprResult & R,SourceLocation OpLoc) checkObjCPointerIntrospection() argument
14469 convertHalfVecBinOp(Sema & S,ExprResult LHS,ExprResult RHS,BinaryOperatorKind Opc,QualType ResultTy,ExprValueKind VK,ExprObjectKind OK,bool IsCompAssign,SourceLocation OpLoc,FPOptionsOverride FPFeatures) convertHalfVecBinOp() argument
14546 CreateBuiltinBinOp(SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHSExpr,Expr * RHSExpr) CreateBuiltinBinOp() argument
14837 DiagnoseBitwisePrecedence(Sema & Self,BinaryOperatorKind Opc,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseBitwisePrecedence() argument
14879 EmitDiagnosticForLogicalAndInLogicalOr(Sema & Self,SourceLocation OpLoc,BinaryOperator * Bop) EmitDiagnosticForLogicalAndInLogicalOr() argument
14891 DiagnoseLogicalAndInLogicalOrLHS(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseLogicalAndInLogicalOrLHS() argument
14912 DiagnoseLogicalAndInLogicalOrRHS(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseLogicalAndInLogicalOrRHS() argument
14928 DiagnoseBitwiseOpInBitwiseOp(Sema & S,BinaryOperatorKind Opc,SourceLocation OpLoc,Expr * SubExpr) DiagnoseBitwiseOpInBitwiseOp() argument
14942 DiagnoseAdditionInShift(Sema & S,SourceLocation OpLoc,Expr * SubExpr,StringRef Shift) DiagnoseAdditionInShift() argument
14956 DiagnoseShiftCompare(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseShiftCompare() argument
14985 DiagnoseBinOpPrecedence(Sema & Self,BinaryOperatorKind Opc,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseBinOpPrecedence() argument
15031 LookupBinOp(Scope * S,SourceLocation OpLoc,BinaryOperatorKind Opc,UnresolvedSetImpl & Functions) LookupBinOp() argument
15045 BuildOverloadedBinOp(Sema & S,Scope * Sc,SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHS,Expr * RHS) BuildOverloadedBinOp() argument
15081 BuildBinOp(Scope * S,SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHSExpr,Expr * RHSExpr) BuildBinOp() argument
15234 CreateBuiltinUnaryOp(SourceLocation OpLoc,UnaryOperatorKind Opc,Expr * InputExpr,bool IsAfterAmp) CreateBuiltinUnaryOp() argument
15513 BuildUnaryOp(Scope * S,SourceLocation OpLoc,UnaryOperatorKind Opc,Expr * Input,bool IsAfterAmp) BuildUnaryOp() argument
15557 ActOnUnaryOp(Scope * S,SourceLocation OpLoc,tok::TokenKind Op,Expr * Input,bool IsAfterAmp) ActOnUnaryOp() argument
15563 ActOnAddrLabel(SourceLocation OpLoc,SourceLocation LabLoc,LabelDecl * TheDecl) ActOnAddrLabel() argument
[all...]
H A DSemaExprCXX.cpp647 ActOnCXXTypeid(SourceLocation OpLoc,SourceLocation LParenLoc,bool isType,void * TyOrExpr,SourceLocation RParenLoc) ActOnCXXTypeid() argument
787 ActOnCXXUuidof(SourceLocation OpLoc,SourceLocation LParenLoc,bool isType,void * TyOrExpr,SourceLocation RParenLoc) ActOnCXXUuidof() argument
811 ActOnCXXBoolLiteral(SourceLocation OpLoc,tok::TokenKind Kind) ActOnCXXBoolLiteral() argument
824 ActOnCXXThrow(Scope * S,SourceLocation OpLoc,Expr * Ex) ActOnCXXThrow() argument
860 BuildCXXThrow(SourceLocation OpLoc,Expr * Ex,bool IsThrownVarInScope) BuildCXXThrow() argument
7766 ActOnStartCXXMemberReference(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,ParsedType & ObjectType,bool & MayBePseudoDestructor) ActOnStartCXXMemberReference() argument
7910 CheckArrow(Sema & S,QualType & ObjectType,Expr * & Base,tok::TokenKind & OpKind,SourceLocation OpLoc) CheckArrow() argument
7973 BuildPseudoDestructorExpr(Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,const CXXScopeSpec & SS,TypeSourceInfo * ScopeTypeInfo,SourceLocation CCLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage Destructed) BuildPseudoDestructorExpr() argument
8092 ActOnPseudoDestructorExpr(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,UnqualifiedId & FirstTypeName,SourceLocation CCLoc,SourceLocation TildeLoc,UnqualifiedId & SecondTypeName) ActOnPseudoDestructorExpr() argument
8237 ActOnPseudoDestructorExpr(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,SourceLocation TildeLoc,const DeclSpec & DS) ActOnPseudoDestructorExpr() argument
[all...]
H A DSemaCast.cpp183 CheckNoDeref(Sema & S,const QualType FromType,const QualType ToType,SourceLocation OpLoc) CheckNoDeref() argument
274 ActOnCXXNamedCast(SourceLocation OpLoc,tok::TokenKind Kind,SourceLocation LAngleBracketLoc,Declarator & D,SourceLocation RAngleBracketLoc,SourceLocation LParenLoc,Expr * E,SourceLocation RParenLoc) ActOnCXXNamedCast() argument
297 BuildCXXNamedCast(SourceLocation OpLoc,tok::TokenKind Kind,TypeSourceInfo * DestTInfo,Expr * E,SourceRange AngleBrackets,SourceRange Parens) BuildCXXNamedCast() argument
[all...]
H A DSemaOverload.cpp991 shouldAddReversedEqEq(Sema & S,SourceLocation OpLoc,Expr * FirstOperand,FunctionDecl * EqFD) shouldAddReversedEqEq() argument
8278 AddMemberOperatorCandidates(OverloadedOperatorKind Op,SourceLocation OpLoc,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,OverloadCandidateParamOrder PO) AddMemberOperatorCandidates() argument
9784 AddBuiltinOperatorCandidates(OverloadedOperatorKind Op,SourceLocation OpLoc,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet) AddBuiltinOperatorCandidates() argument
12133 NoteBuiltinOperatorCandidate(Sema & S,StringRef Opc,SourceLocation OpLoc,OverloadCandidate * Cand) NoteBuiltinOperatorCandidate() argument
12151 NoteAmbiguousUserConversions(Sema & S,SourceLocation OpLoc,OverloadCandidate * Cand) NoteAmbiguousUserConversions() argument
12487 CompleteCandidates(Sema & S,OverloadCandidateDisplayKind OCD,ArrayRef<Expr * > Args,SourceLocation OpLoc,llvm::function_ref<bool (OverloadCandidate &)> Filter) CompleteCandidates() argument
12529 shouldDeferDiags(Sema & S,ArrayRef<Expr * > Args,SourceLocation OpLoc) shouldDeferDiags() argument
12551 NoteCandidates(PartialDiagnosticAt PD,Sema & S,OverloadCandidateDisplayKind OCD,ArrayRef<Expr * > Args,StringRef Opc,SourceLocation OpLoc,llvm::function_ref<bool (OverloadCandidate &)> Filter) NoteCandidates() argument
12575 NoteCandidates(Sema & S,ArrayRef<Expr * > Args,ArrayRef<OverloadCandidate * > Cands,StringRef Opc,SourceLocation OpLoc) NoteCandidates() argument
13704 DiagnoseTwoPhaseOperatorLookup(Sema & SemaRef,OverloadedOperatorKind Op,SourceLocation OpLoc,ArrayRef<Expr * > Args) DiagnoseTwoPhaseOperatorLookup() argument
14193 CreateOverloadedUnaryOp(SourceLocation OpLoc,UnaryOperatorKind Opc,const UnresolvedSetImpl & Fns,Expr * Input,bool PerformADL) CreateOverloadedUnaryOp() argument
14391 SourceLocation OpLoc = CandidateSet.getLocation(); LookupOverloadedBinOp() local
14450 CreateOverloadedBinOp(SourceLocation OpLoc,BinaryOperatorKind Opc,const UnresolvedSetImpl & Fns,Expr * LHS,Expr * RHS,bool PerformADL,bool AllowRewrittenCandidates,FunctionDecl * DefaultedFn) CreateOverloadedBinOp() argument
14912 BuildSynthesizedThreeWayComparison(SourceLocation OpLoc,const UnresolvedSetImpl & Fns,Expr * LHS,Expr * RHS,FunctionDecl * DefaultedFn) BuildSynthesizedThreeWayComparison() argument
15831 BuildOverloadedArrowExpr(Scope * S,Expr * Base,SourceLocation OpLoc,bool * NoArrowOperatorFound) BuildOverloadedArrowExpr() argument
[all...]
H A DTreeTransform.h2644 RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) RebuildSYCLUniqueStableNameExpr() argument
2712 RebuildUnaryOperator(SourceLocation OpLoc,UnaryOperatorKind Opc,Expr * SubExpr) RebuildUnaryOperator() argument
2736 RebuildUnaryExprOrTypeTrait(TypeSourceInfo * TInfo,SourceLocation OpLoc,UnaryExprOrTypeTrait ExprKind,SourceRange R) RebuildUnaryExprOrTypeTrait() argument
2747 RebuildUnaryExprOrTypeTrait(Expr * SubExpr,SourceLocation OpLoc,UnaryExprOrTypeTrait ExprKind,SourceRange R) RebuildUnaryExprOrTypeTrait() argument
2852 RebuildMemberExpr(Expr * Base,SourceLocation OpLoc,bool isArrow,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & MemberNameInfo,ValueDecl * Member,NamedDecl * FoundDecl,const TemplateArgumentListInfo * ExplicitTemplateArgs,NamedDecl * FirstQualifierInScope) RebuildMemberExpr() argument
2936 RebuildBinaryOperator(SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHS,Expr * RHS) RebuildBinaryOperator() argument
2947 RebuildCXXRewrittenBinaryOperator(SourceLocation OpLoc,BinaryOperatorKind Opcode,const UnresolvedSetImpl & UnqualLookups,Expr * LHS,Expr * RHS) RebuildCXXRewrittenBinaryOperator() argument
2994 RebuildExtVectorElementExpr(Expr * Base,SourceLocation OpLoc,bool IsArrow,SourceLocation AccessorLoc,IdentifierInfo & Accessor) RebuildExtVectorElementExpr() argument
3150 RebuildCXXNamedCastExpr(SourceLocation OpLoc,Stmt::StmtClass Class,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXNamedCastExpr() argument
3193 RebuildCXXStaticCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXStaticCastExpr() argument
3210 RebuildCXXDynamicCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXDynamicCastExpr() argument
3227 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXReinterpretCastExpr() argument
3244 RebuildCXXConstCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXConstCastExpr() argument
3258 RebuildCXXAddrspaceCastExpr(SourceLocation OpLoc,SourceLocation LAngleLoc,TypeSourceInfo * TInfo,SourceLocation RAngleLoc,SourceLocation LParenLoc,Expr * SubExpr,SourceLocation RParenLoc) RebuildCXXAddrspaceCastExpr() argument
3880 RebuildObjCIsaExpr(Expr * BaseArg,SourceLocation IsaLoc,SourceLocation OpLoc,bool IsArrow) RebuildObjCIsaExpr() argument
16316 RebuildCXXOperatorCallExpr(OverloadedOperatorKind Op,SourceLocation OpLoc,SourceLocation CalleeLoc,bool RequiresADL,const UnresolvedSetImpl & Functions,Expr * First,Expr * Second) RebuildCXXOperatorCallExpr() argument
[all...]
H A DSemaTemplateVariadic.cpp1014 ActOnSizeofParameterPackExpr(Scope * S,SourceLocation OpLoc,IdentifierInfo & Name,SourceLocation NameLoc,SourceLocation RParenLoc) ActOnSizeofParameterPackExpr() argument
H A DSemaExprObjC.cpp1990 HandleExprPropertyRefExpr(const ObjCObjectPointerType * OPT,Expr * BaseExpr,SourceLocation OpLoc,DeclarationName MemberName,SourceLocation MemberLoc,SourceLocation SuperLoc,QualType SuperType,bool Super) HandleExprPropertyRefExpr() argument
5136 ActOnObjCBoolLiteral(SourceLocation OpLoc,tok::TokenKind Kind) ActOnObjCBoolLiteral() argument
H A DAnalysisBasedWarnings.cpp365 EmitDiagForCXXThrowInNonThrowingFunc(Sema & S,SourceLocation OpLoc,const FunctionDecl * FD) EmitDiagForCXXThrowInNonThrowingFunc() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DAssignmentInIfConditionCheck.cpp63 SourceLocation OpLoc = report() local
/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp627 SourceLocation OpLoc = PeekTok.getLocation(); EvaluateDirectiveSubExpr() local
H A DTokenLexer.cpp945 PP.Diag(OpLoc, diag::ext_comment_paste_microsoft); in HandleMicrosoftCommentPaste() argument
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1783 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false, in ParseCXXUuidof() local
1658 SourceLocation OpLoc = ConsumeToken(); ParseCXXCasts() local
1716 SourceLocation OpLoc = ConsumeToken(); ParseCXXTypeid() local
1856 ParseCXXPseudoDestructor(Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,ParsedType ObjectType) ParseCXXPseudoDestructor() argument
[all...]
H A DParseExpr.cpp2238 SourceLocation OpLoc = ConsumeToken(); // Eat the "." or "->" token. ParsePostfixExpressionSuffix() local
2502 SourceLocation OpLoc = ConsumeToken(); ParseSYCLUniqueStableNameExpression() local
[all...]
H A DParseObjc.cpp2849 SourceLocation OpLoc = ConsumeToken(); ParseObjCAtExpression() local
H A DParseOpenMP.cpp4040 SourceLocation OpLoc = P.ConsumeToken(); ParseReductionId() local
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1451 SMLoc OpLoc = Lex.getLoc(); ParseOperation() local
1765 SMLoc OpLoc = Lex.getLoc(); ParseOperation() local
2390 SMLoc OpLoc = Lex.getLoc(); ParseOperationForEachFilter() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h555 SourceLocation OpLoc; variable
1499 SourceLocation OpLoc; global() variable
[all...]
H A DExpr.h2081 SourceLocation OpLoc, LParen, RParen; global() variable
2578 SourceLocation OpLoc, RParenLoc; global() variable
4105 CompoundAssignOperator(const ASTContext & C,Expr * lhs,Expr * rhs,Opcode opc,QualType ResType,ExprValueKind VK,ExprObjectKind OK,SourceLocation OpLoc,FPOptionsOverride FPFeatures,QualType CompLHSType,QualType CompResultType) CompoundAssignOperator() argument
[all...]
/llvm-project/clang/include/clang/Sema/
H A DOverload.h1023 SourceLocation OpLoc; global() member
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp507 SMLoc OpLoc = SMLoc::getFromPointer(RemainingExpr.data()); in parseBinop() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp562 SYCLUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,QualType ResultTy,TypeSourceInfo * TSI) SYCLUniqueStableNameExpr() argument
578 Create(const ASTContext & Ctx,SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) Create() argument
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2503 SMLoc OpLoc = Parser.getTok().getLoc(); ParseMasmOperator() local

12