Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp139 ExprResult SemaSYCL::BuildUniqueStableNameExpr(SourceLocation OpLoc, in BuildUniqueStableNameExpr()
147 ExprResult SemaSYCL::ActOnUniqueStableNameExpr(SourceLocation OpLoc, in ActOnUniqueStableNameExpr()
H A DSemaExprMember.cpp375 SourceLocation OpLoc, const IdentifierInfo *CompName, in CheckExtVectorComponent()
557 bool IsArrow, SourceLocation OpLoc, in ActOnDependentMemberExpr()
706 SourceLocation OpLoc, bool IsArrow, in LookupMemberExprInRecord()
786 Expr *Base, QualType BaseType, SourceLocation OpLoc, bool IsArrow, in BuildMemberReferenceExpr()
933 Expr *Base, bool IsArrow, SourceLocation OpLoc, NestedNameSpecifierLoc NNS, in BuildMemberExpr()
975 SourceLocation OpLoc, bool IsArrow, in BuildMemberReferenceExpr()
1289 SourceLocation OpLoc, CXXScopeSpec &SS, in LookupMemberExpr()
1750 SourceLocation OpLoc, in ActOnMemberAccessExpr()
1825 SourceLocation OpLoc, const CXXScopeSpec &SS, in BuildFieldReferenceExpr()
H A DSemaAccess.cpp1741 Sema::AccessResult Sema::CheckAllocationAccess(SourceLocation OpLoc, in CheckAllocationAccess()
1789 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, in CheckMemberOperatorAccess()
1806 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, in CheckMemberOperatorAccess()
1815 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, in CheckMemberOperatorAccess()
H A DSemaExpr.cpp4491 SourceLocation OpLoc, in CheckUnaryExprOrTypeTraitOperand()
4589 SourceLocation OpLoc, in CreateUnaryExprOrTypeTraitExpr()
4614 Sema::CreateUnaryExprOrTypeTraitExpr(Expr *E, SourceLocation OpLoc, in CreateUnaryExprOrTypeTraitExpr()
4657 Sema::ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc, in ActOnUnaryExprOrTypeTraitExpr()
4675 SourceLocation OpLoc, SourceRange R) { in CheckAlignasTypeArgument()
4683 SourceLocation OpLoc, SourceRange R) { in ActOnAlignasTypeArgument()
4727 Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc, in ActOnPostfixUnaryOp()
8617 static void DiagnoseConditionalPrecedence(Sema &Self, SourceLocation OpLoc, in DiagnoseConditionalPrecedence()
10753 static void diagnoseStringPlusInt(Sema &Self, SourceLocation OpLoc, in diagnoseStringPlusInt()
10783 static void diagnoseStringPlusChar(Sema &Self, SourceLocation OpLoc, in diagnoseStringPlusChar()
[all …]
H A DSemaExprCXX.cpp647 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXTypeid()
787 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXUuidof()
811 Sema::ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { in ActOnCXXBoolLiteral()
824 Sema::ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) { in ActOnCXXThrow()
860 ExprResult Sema::BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, in BuildCXXThrow()
7839 SourceLocation OpLoc, in ActOnStartCXXMemberReference()
7983 tok::TokenKind &OpKind, SourceLocation OpLoc) { in CheckArrow()
8046 SourceLocation OpLoc, in BuildPseudoDestructorExpr()
8165 SourceLocation OpLoc, in ActOnPseudoDestructorExpr()
8310 SourceLocation OpLoc, in ActOnPseudoDestructorExpr()
H A DSemaCast.cpp183 SourceLocation OpLoc) { in CheckNoDeref()
274 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, in ActOnCXXNamedCast()
297 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, in BuildCXXNamedCast()
H A DSemaOverload.cpp1013 static bool shouldAddReversedEqEq(Sema &S, SourceLocation OpLoc, in shouldAddReversedEqEq()
8257 SourceLocation OpLoc, in AddMemberOperatorCandidates()
9760 SourceLocation OpLoc, in AddBuiltinOperatorCandidates()
12109 SourceLocation OpLoc, in NoteBuiltinOperatorCandidate()
12127 static void NoteAmbiguousUserConversions(Sema &S, SourceLocation OpLoc, in NoteAmbiguousUserConversions()
12463 SourceLocation OpLoc, in CompleteCandidates()
12505 SourceLocation OpLoc) { in shouldDeferDiags()
12527 ArrayRef<Expr *> Args, StringRef Opc, SourceLocation OpLoc, in NoteCandidates()
12551 StringRef Opc, SourceLocation OpLoc) { in NoteCandidates()
13680 SourceLocation OpLoc, in DiagnoseTwoPhaseOperatorLookup()
[all …]
H A DTreeTransform.h2644 ExprResult RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc, in RebuildSYCLUniqueStableNameExpr()
2712 ExprResult RebuildUnaryOperator(SourceLocation OpLoc, in RebuildUnaryOperator()
2736 SourceLocation OpLoc, in RebuildUnaryExprOrTypeTrait()
2747 ExprResult RebuildUnaryExprOrTypeTrait(Expr *SubExpr, SourceLocation OpLoc, in RebuildUnaryExprOrTypeTrait()
2852 ExprResult RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, in RebuildMemberExpr()
2939 ExprResult RebuildBinaryOperator(SourceLocation OpLoc, in RebuildBinaryOperator()
2950 SourceLocation OpLoc, BinaryOperatorKind Opcode, in RebuildCXXRewrittenBinaryOperator()
2997 ExprResult RebuildExtVectorElementExpr(Expr *Base, SourceLocation OpLoc, in RebuildExtVectorElementExpr()
3153 ExprResult RebuildCXXNamedCastExpr(SourceLocation OpLoc, in RebuildCXXNamedCastExpr()
3196 ExprResult RebuildCXXStaticCastExpr(SourceLocation OpLoc, in RebuildCXXStaticCastExpr()
[all …]
H A DSemaTemplateVariadic.cpp1018 SourceLocation OpLoc, in ActOnSizeofParameterPackExpr()
H A DSemaExprObjC.cpp1990 const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, in HandleExprPropertyRefExpr()
5136 ExprResult SemaObjC::ActOnObjCBoolLiteral(SourceLocation OpLoc, in ActOnObjCBoolLiteral()
H A DAnalysisBasedWarnings.cpp365 static void EmitDiagForCXXThrowInNonThrowingFunc(Sema &S, SourceLocation OpLoc, in EmitDiagForCXXThrowInNonThrowingFunc()
H A DSemaCodeComplete.cpp603 SourceLocation OpLoc) { in enterUnary()
5722 Scope *S, Expr *Base, Expr *OtherOpBase, SourceLocation OpLoc, bool IsArrow, in CodeCompleteMemberReferenceExpr()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp627 SourceLocation OpLoc = PeekTok.getLocation(); in EvaluateDirectiveSubExpr() local
H A DTokenLexer.cpp945 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { in HandleMicrosoftCommentPaste()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1658 SourceLocation OpLoc = ConsumeToken(); in ParseCXXCasts() local
1716 SourceLocation OpLoc = ConsumeToken(); in ParseCXXTypeid() local
1783 SourceLocation OpLoc = ConsumeToken(); in ParseCXXUuidof() local
1856 Parser::ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, in ParseCXXPseudoDestructor()
H A DParseExpr.cpp2260 SourceLocation OpLoc = ConsumeToken(); // Eat the "." or "->" token. in ParsePostfixExpressionSuffix() local
2524 SourceLocation OpLoc = ConsumeToken(); in ParseSYCLUniqueStableNameExpression() local
H A DParseObjc.cpp2849 SourceLocation OpLoc = ConsumeToken(); in ParseObjCAtExpression() local
H A DParseOpenMP.cpp4042 SourceLocation OpLoc = P.ConsumeToken(); in ParseReductionId() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1451 SMLoc OpLoc = Lex.getLoc(); in ParseOperation() local
1765 SMLoc OpLoc = Lex.getLoc(); in ParseOperation() local
2390 SMLoc OpLoc = Lex.getLoc(); in ParseOperationForEachFilter() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1049 SourceLocation OpLoc; member
H A DDeclSpec.h1157 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, in setLiteralOperatorId()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp507 SMLoc OpLoc = SMLoc::getFromPointer(RemainingExpr.data()); in parseBinop() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2081 SourceLocation OpLoc, LParen, RParen; variable
2583 SourceLocation OpLoc, RParenLoc; variable
4124 SourceLocation OpLoc, FPOptionsOverride FPFeatures, in CompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp562 SYCLUniqueStableNameExpr::SYCLUniqueStableNameExpr(SourceLocation OpLoc, in SYCLUniqueStableNameExpr()
578 SYCLUniqueStableNameExpr::Create(const ASTContext &Ctx, SourceLocation OpLoc, in Create()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2506 SMLoc OpLoc = Parser.getTok().getLoc(); in ParseMasmOperator() local

12