Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp373 SourceLocation OpLoc, const IdentifierInfo *CompName, in CheckExtVectorComponent()
558 bool IsArrow, SourceLocation OpLoc, in ActOnDependentMemberExpr()
655 SourceLocation OpLoc, bool IsArrow, in LookupMemberExprInRecord()
684 Expr *Base, QualType BaseType, SourceLocation OpLoc, bool IsArrow, in BuildMemberReferenceExpr()
827 Expr *Base, bool IsArrow, SourceLocation OpLoc, NestedNameSpecifierLoc NNS, in BuildMemberExpr()
869 SourceLocation OpLoc, bool IsArrow, in BuildMemberReferenceExpr()
1225 SourceLocation OpLoc, CXXScopeSpec &SS, in LookupMemberExpr()
1685 SourceLocation OpLoc, in ActOnMemberAccessExpr()
1760 SourceLocation OpLoc, const CXXScopeSpec &SS, in BuildFieldReferenceExpr()
H A DSemaSYCL.cpp143 ExprResult SemaSYCL::BuildUniqueStableNameExpr(SourceLocation OpLoc, in BuildUniqueStableNameExpr()
151 ExprResult SemaSYCL::ActOnUniqueStableNameExpr(SourceLocation OpLoc, in ActOnUniqueStableNameExpr()
H A DSemaAccess.cpp1737 Sema::AccessResult Sema::CheckAllocationAccess(SourceLocation OpLoc, in CheckAllocationAccess()
1785 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, in CheckMemberOperatorAccess()
1802 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, in CheckMemberOperatorAccess()
1811 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, in CheckMemberOperatorAccess()
H A DSemaExpr.cpp4572 SourceLocation OpLoc, in CheckUnaryExprOrTypeTraitOperand()
4679 SourceLocation OpLoc, in CreateUnaryExprOrTypeTraitExpr()
4710 Sema::CreateUnaryExprOrTypeTraitExpr(Expr *E, SourceLocation OpLoc, in CreateUnaryExprOrTypeTraitExpr()
4753 Sema::ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc, in ActOnUnaryExprOrTypeTraitExpr()
4771 SourceLocation OpLoc, SourceRange R) { in CheckAlignasTypeArgument()
4779 SourceLocation OpLoc, SourceRange R) { in ActOnAlignasTypeArgument()
4823 Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc, in ActOnPostfixUnaryOp()
8788 static void DiagnoseConditionalPrecedence(Sema &Self, SourceLocation OpLoc, in DiagnoseConditionalPrecedence()
10643 SourceLocation OpLoc) { in DetectPrecisionLossInComplexDivision()
11034 static void diagnoseStringPlusInt(Sema &Self, SourceLocation OpLoc, in diagnoseStringPlusInt()
[all …]
H A DSemaExprCXX.cpp634 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXTypeid()
774 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXUuidof()
798 Sema::ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { in ActOnCXXBoolLiteral()
811 Sema::ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) { in ActOnCXXThrow()
847 ExprResult Sema::BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, in BuildCXXThrow()
6860 SourceLocation OpLoc, in ActOnStartCXXMemberReference()
7004 tok::TokenKind &OpKind, SourceLocation OpLoc) { in CheckArrow()
7067 SourceLocation OpLoc, in BuildPseudoDestructorExpr()
7186 SourceLocation OpLoc, in ActOnPseudoDestructorExpr()
7331 SourceLocation OpLoc, in ActOnPseudoDestructorExpr()
H A DSemaOverload.cpp1042 static bool shouldAddReversedEqEq(Sema &S, SourceLocation OpLoc, in shouldAddReversedEqEq()
8718 SourceLocation OpLoc, in AddMemberOperatorCandidates()
10219 SourceLocation OpLoc, in AddBuiltinOperatorCandidates()
12823 SourceLocation OpLoc, in NoteBuiltinOperatorCandidate()
12841 static void NoteAmbiguousUserConversions(Sema &S, SourceLocation OpLoc, in NoteAmbiguousUserConversions()
13179 SourceLocation OpLoc, in CompleteCandidates()
13225 SourceLocation OpLoc) { in shouldDeferDiags()
13247 ArrayRef<Expr *> Args, StringRef Opc, SourceLocation OpLoc, in NoteCandidates()
13272 StringRef Opc, SourceLocation OpLoc) { in NoteCandidates()
14445 SourceLocation OpLoc, in DiagnoseTwoPhaseOperatorLookup()
[all …]
H A DSemaCast.cpp226 SourceLocation OpLoc) { in CheckNoDeref()
314 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, in ActOnCXXNamedCast()
337 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, in BuildCXXNamedCast()
H A DTreeTransform.h2677 ExprResult RebuildSYCLUniqueStableNameExpr(SourceLocation OpLoc, in RebuildSYCLUniqueStableNameExpr()
2745 ExprResult RebuildUnaryOperator(SourceLocation OpLoc, in RebuildUnaryOperator()
2769 SourceLocation OpLoc, in RebuildUnaryExprOrTypeTrait()
2780 ExprResult RebuildUnaryExprOrTypeTrait(Expr *SubExpr, SourceLocation OpLoc, in RebuildUnaryExprOrTypeTrait()
2885 ExprResult RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, in RebuildMemberExpr()
2984 SourceLocation OpLoc, BinaryOperatorKind Opcode, in RebuildCXXRewrittenBinaryOperator()
3031 ExprResult RebuildExtVectorElementExpr(Expr *Base, SourceLocation OpLoc, in RebuildExtVectorElementExpr()
3196 ExprResult RebuildCXXNamedCastExpr(SourceLocation OpLoc, in RebuildCXXNamedCastExpr()
3239 ExprResult RebuildCXXStaticCastExpr(SourceLocation OpLoc, in RebuildCXXStaticCastExpr()
3256 ExprResult RebuildCXXDynamicCastExpr(SourceLocation OpLoc, in RebuildCXXDynamicCastExpr()
[all …]
H A DSemaTemplateVariadic.cpp1140 SourceLocation OpLoc, in ActOnSizeofParameterPackExpr()
H A DSemaExprObjC.cpp1977 const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, in HandleExprPropertyRefExpr()
5130 ExprResult SemaObjC::ActOnObjCBoolLiteral(SourceLocation OpLoc, in ActOnObjCBoolLiteral()
H A DAnalysisBasedWarnings.cpp366 static void EmitDiagForCXXThrowInNonThrowingFunc(Sema &S, SourceLocation OpLoc, in EmitDiagForCXXThrowInNonThrowingFunc()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1506 SourceLocation OpLoc = ConsumeToken(); in ParseCXXCasts() local
1558 SourceLocation OpLoc = ConsumeToken(); in ParseCXXTypeid() local
1620 SourceLocation OpLoc = ConsumeToken(); in ParseCXXUuidof() local
1662 Parser::ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, in ParseCXXPseudoDestructor()
H A DParseExpr.cpp1910 SourceLocation OpLoc = ConsumeToken(); // Eat the "." or "->" token. in ParsePostfixExpressionSuffix() local
2166 SourceLocation OpLoc = ConsumeToken(); in ParseSYCLUniqueStableNameExpression() local
H A DParseObjc.cpp2527 SourceLocation OpLoc = ConsumeToken(); in ParseObjCAtExpression() local
H A DParseOpenMP.cpp3974 SourceLocation OpLoc = P.ConsumeToken(); in ParseReductionId() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp636 SourceLocation OpLoc = PeekTok.getLocation(); in EvaluateDirectiveSubExpr() local
H A DTokenLexer.cpp955 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { in HandleMicrosoftCommentPaste()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1519 SMLoc OpLoc = Lex.getLoc(); in ParseOperation() local
1840 SMLoc OpLoc = Lex.getLoc(); in ParseOperation() local
2469 SMLoc OpLoc = Lex.getLoc(); in ParseOperationForEachFilter() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h553 SourceLocation OpLoc; variable
1492 SourceLocation OpLoc; variable
H A DExpr.h2126 SourceLocation OpLoc, LParen, RParen; variable
2628 SourceLocation OpLoc, RParenLoc; variable
4240 SourceLocation OpLoc, FPOptionsOverride FPFeatures, in CompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1199 SourceLocation OpLoc; member
H A DDeclSpec.h1159 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, in setLiteralOperatorId()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp544 SMLoc OpLoc = SMLoc::getFromPointer(RemainingExpr.data()); in parseBinop() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp556 SYCLUniqueStableNameExpr::SYCLUniqueStableNameExpr(SourceLocation OpLoc, in SYCLUniqueStableNameExpr()
572 SYCLUniqueStableNameExpr::Create(const ASTContext &Ctx, SourceLocation OpLoc, in Create()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2528 SMLoc OpLoc = Parser.getTok().getLoc(); in ParseMasmOperator() local

12