Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp298 SourceLocation OpLoc, const IdentifierInfo *CompName, in CheckExtVectorComponent()
478 bool IsArrow, SourceLocation OpLoc, in ActOnDependentMemberExpr()
641 SourceLocation OpLoc, bool IsArrow, in LookupMemberExprInRecord()
742 SourceLocation OpLoc, bool IsArrow, in BuildMemberReferenceExpr()
894 Expr *Base, bool IsArrow, SourceLocation OpLoc, const CXXScopeSpec *SS, in BuildMemberExpr()
907 Expr *Base, bool IsArrow, SourceLocation OpLoc, NestedNameSpecifierLoc NNS, in BuildMemberExpr()
948 SourceLocation OpLoc, bool IsArrow, in BuildMemberReferenceExpr()
1244 SourceLocation OpLoc, CXXScopeSpec &SS, in LookupMemberExpr()
1683 SourceLocation OpLoc, in ActOnMemberAccessExpr()
1768 SourceLocation OpLoc, const CXXScopeSpec &SS, in BuildFieldReferenceExpr()
H A DSemaExpr.cpp4223 SourceLocation OpLoc, in CheckUnaryExprOrTypeTraitOperand()
4445 SourceLocation OpLoc, in CreateUnaryExprOrTypeTraitExpr()
4489 Sema::CreateUnaryExprOrTypeTraitExpr(Expr *E, SourceLocation OpLoc, in CreateUnaryExprOrTypeTraitExpr()
4533 Sema::ActOnUnaryExprOrTypeTraitExpr(SourceLocation OpLoc, in ActOnUnaryExprOrTypeTraitExpr()
4587 Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc, in ActOnPostfixUnaryOp()
8622 SourceLocation OpLoc, in DiagnoseConditionalPrecedence()
10508 static void diagnoseStringPlusInt(Sema &Self, SourceLocation OpLoc, in diagnoseStringPlusInt()
10538 static void diagnoseStringPlusChar(Sema &Self, SourceLocation OpLoc, in diagnoseStringPlusChar()
13244 SourceLocation OpLoc, in CheckIncrementDecrementOperand()
13418 QualType Sema::CheckAddressOfOperand(ExprResult &OrigOp, SourceLocation OpLoc) { in CheckAddressOfOperand()
[all …]
H A DSemaExprCXX.cpp618 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXTypeid()
760 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, in ActOnCXXUuidof()
785 Sema::ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) { in ActOnCXXBoolLiteral()
800 Sema::ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) { in ActOnCXXThrow()
836 ExprResult Sema::BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, in BuildCXXThrow()
7195 SourceLocation OpLoc, in ActOnStartCXXMemberReference()
7337 tok::TokenKind &OpKind, SourceLocation OpLoc) { in CheckArrow()
7400 SourceLocation OpLoc, in BuildPseudoDestructorExpr()
7519 SourceLocation OpLoc, in ActOnPseudoDestructorExpr()
7664 SourceLocation OpLoc, in ActOnPseudoDestructorExpr()
H A DSemaOverload.cpp7669 SourceLocation OpLoc, in AddMemberOperatorCandidates()
9118 SourceLocation OpLoc, in AddBuiltinOperatorCandidates()
11259 SourceLocation OpLoc, in NoteBuiltinOperatorCandidate()
11277 static void NoteAmbiguousUserConversions(Sema &S, SourceLocation OpLoc, in NoteAmbiguousUserConversions()
11576 SourceLocation OpLoc, in CompleteCandidates()
11618 SourceLocation OpLoc) { in shouldDeferDiags()
11639 ArrayRef<Expr *> Args, StringRef Opc, SourceLocation OpLoc, in NoteCandidates()
11654 StringRef Opc, SourceLocation OpLoc) { in NoteCandidates()
12808 SourceLocation OpLoc, in DiagnoseTwoPhaseOperatorLookup()
13214 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp()
[all …]
H A DSemaCast.cpp167 SourceLocation OpLoc) { in CheckNoDeref()
264 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, in ActOnCXXNamedCast()
287 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, in BuildCXXNamedCast()
H A DSemaAccess.cpp1713 Sema::AccessResult Sema::CheckAllocationAccess(SourceLocation OpLoc, in CheckAllocationAccess()
1765 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, in CheckMemberOperatorAccess()
H A DTreeTransform.h2463 ExprResult RebuildUnaryOperator(SourceLocation OpLoc, in RebuildUnaryOperator()
2487 SourceLocation OpLoc, in RebuildUnaryExprOrTypeTrait()
2498 ExprResult RebuildUnaryExprOrTypeTrait(Expr *SubExpr, SourceLocation OpLoc, in RebuildUnaryExprOrTypeTrait()
2587 ExprResult RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, in RebuildMemberExpr()
2645 ExprResult RebuildBinaryOperator(SourceLocation OpLoc, in RebuildBinaryOperator()
2656 SourceLocation OpLoc, BinaryOperatorKind Opcode, in RebuildCXXRewrittenBinaryOperator()
2704 SourceLocation OpLoc, in RebuildExtVectorElementExpr()
2844 ExprResult RebuildCXXNamedCastExpr(SourceLocation OpLoc, in RebuildCXXNamedCastExpr()
2887 ExprResult RebuildCXXStaticCastExpr(SourceLocation OpLoc, in RebuildCXXStaticCastExpr()
2904 ExprResult RebuildCXXDynamicCastExpr(SourceLocation OpLoc, in RebuildCXXDynamicCastExpr()
[all …]
H A DSemaTemplateVariadic.cpp1005 SourceLocation OpLoc, in ActOnSizeofParameterPackExpr()
H A DAnalysisBasedWarnings.cpp338 static void EmitDiagForCXXThrowInNonThrowingFunc(Sema &S, SourceLocation OpLoc, in EmitDiagForCXXThrowInNonThrowingFunc()
H A DSemaCodeComplete.cpp575 SourceLocation OpLoc) { in enterUnary()
5284 SourceLocation OpLoc, bool IsArrow, in CodeCompleteMemberReferenceExpr()
H A DSemaExprObjC.cpp1977 Expr *BaseExpr, SourceLocation OpLoc, in HandleExprPropertyRefExpr()
H A DSemaChecking.cpp15415 SourceLocation OpLoc) { in DiagnoseSelfMove()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1506 SourceLocation OpLoc = ConsumeToken(); in ParseCXXCasts() local
1562 SourceLocation OpLoc = ConsumeToken(); in ParseCXXTypeid() local
1629 SourceLocation OpLoc = ConsumeToken(); in ParseCXXUuidof() local
1702 Parser::ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, in ParseCXXPseudoDestructor()
H A DParseExpr.cpp2083 SourceLocation OpLoc = ConsumeToken(); // Eat the "." or "->" token. in ParsePostfixExpressionSuffix() local
H A DParseObjc.cpp2783 SourceLocation OpLoc = ConsumeToken(); in ParseObjCAtExpression() local
H A DParseOpenMP.cpp3482 SourceLocation OpLoc = P.ConsumeToken(); in ParseReductionId() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp606 SourceLocation OpLoc = PeekTok.getLocation(); in EvaluateDirectiveSubExpr() local
H A DTokenLexer.cpp946 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { in HandleMicrosoftCommentPaste()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h554 SourceLocation OpLoc; variable
1490 SourceLocation OpLoc; variable
H A DExpr.h2486 SourceLocation OpLoc, RParenLoc; variable
3988 SourceLocation OpLoc, FPOptionsOverride FPFeatures, in CompoundAssignOperator()
H A DStmt.h544 SourceLocation OpLoc; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp1110 SMLoc OpLoc = Lex.getLoc(); in ParseOperation() local
1858 SMLoc OpLoc = Lex.getLoc(); in ParseOperationForEachFilter() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp657 SMLoc OpLoc = SMLoc::getFromPointer(RemainingExpr.data()); in parseBinop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2404 SMLoc OpLoc = Parser.getTok().getLoc(); in ParseMasmOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1082 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, in setLiteralOperatorId()

12