Home
last modified time | relevance | path

Searched defs:EndLoc (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DSelectorLocationsKind.cpp23 SourceLocation EndLoc) { in getStandardSelLoc()
72 SourceLocation EndLoc) { in hasStandardSelLocs()
99 SourceLocation EndLoc) { in hasStandardSelectorLocs()
107 SourceLocation EndLoc) { in getStandardSelectorLoc()
116 SourceLocation EndLoc) { in hasStandardSelectorLocs()
124 SourceLocation EndLoc) { in getStandardSelectorLoc()
H A DStmtOpenMP.cpp238 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
258 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
293 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
339 SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, in Create()
360 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
403 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
424 SourceLocation EndLoc, in Create()
442 SourceLocation EndLoc, in Create()
459 SourceLocation EndLoc, in Create()
474 SourceLocation StartLoc, SourceLocation EndLoc, in Create()
[all …]
H A DOpenMPClause.cpp327 SourceLocation EndLoc) { in Create()
376 SourceLocation EndLoc) { in Create()
383 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create()
415 SourceLocation LParenLoc, SourceLocation EndLoc, in Create()
446 SourceLocation LParenLoc, SourceLocation EndLoc, in Create()
495 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create()
520 SourceLocation EndLoc, in Create()
568 SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, in Create()
613 SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) { in Create()
652 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h275 SourceLocation EndLoc; variable
296 SourceLocation StartLoc, SourceLocation EndLoc) in OMPExecutableDirective()
617 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective()
693 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopBasedDirective()
1063 SourceLocation StartLoc, SourceLocation EndLoc, in OMPLoopDirective()
1478 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective()
1544 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective()
1631 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective()
1697 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionsDirective()
1774 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective()
[all …]
H A DAvailability.h39 SourceLocation BeginLoc, EndLoc; variable
43 SourceLocation BeginLoc, SourceLocation EndLoc) in AvailabilitySpec()
H A DOpenMPClause.h59 SourceLocation EndLoc; variable
65 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause()
181 SourceLocation EndLoc; member
209 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) in OMPVarListClause()
289 SourceLocation EndLoc) in OMPAllocatorClause()
355 SourceLocation EndLoc, unsigned N) in OMPAllocateClause()
475 SourceLocation ColonLoc, SourceLocation EndLoc) in OMPIfClause()
554 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPFinalClause()
624 SourceLocation EndLoc) in OMPNumThreadsClause()
695 SourceLocation EndLoc) in OMPSafelenClause()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp90 const SourceLocation EndLoc = Lexer::getLocForEndOfToken( in checkAndAddLocation() local
201 auto EndLoc = StartLoc; in VisitNamedDecl() local
218 auto EndLoc = Expr->getMemberLoc(); in VisitMemberExpr() local
235 auto EndLoc = D.getFieldLoc(); in VisitDesignatedInitExpr() local
279 SourceLocation EndLoc = Expr->hasExplicitTemplateArgs() in VisitDeclRefExpr() local
407 auto EndLoc = EndLocationForType(Loc); in VisitTypeLoc() local
442 auto EndLoc = EndLocationForType(TargetLoc); in VisitTypeLoc() local
H A DUSRFinder.cpp87 SourceLocation EndLoc = CurrDecl->getEndLoc(); in getNamedDeclAt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp291 SMLoc &EndLoc) { in ParseRegister()
306 SMLoc &EndLoc) { in tryParseRegister()
457 SMLoc StartLoc, EndLoc; in ParseOperand() local
472 SMLoc EndLoc = getParser().getTok().getLoc(); in ParseOperand() local
496 SMLoc EndLoc = getParser().getTok().getLoc(); in ParseOperand() local
508 SMLoc RegStartLoc, EndLoc; in ParseOperand() local
529 SMLoc EndLoc = getParser().getTok().getLoc(); in ParseOperand() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp5709 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective()
7106 SourceLocation EndLoc) { in ActOnOpenMPParallelDirective()
9628 SourceLocation StartLoc, SourceLocation EndLoc, in ActOnOpenMPSimdDirective()
9667 SourceLocation StartLoc, SourceLocation EndLoc, in ActOnOpenMPForDirective()
9704 SourceLocation EndLoc, VarsWithInheritedDSAType &VarsWithImplicitDSA) { in ActOnOpenMPForSimdDirective()
9744 SourceLocation EndLoc) { in ActOnOpenMPSectionsDirective()
9782 SourceLocation EndLoc) { in ActOnOpenMPSectionDirective()
9804 SourceLocation EndLoc) { in ActOnOpenMPDispatchDirective()
9854 SourceLocation EndLoc) { in ActOnOpenMPSingleDirective()
9884 SourceLocation EndLoc) { in ActOnOpenMPMasterDirective()
[all …]
H A DTreeTransform.h1417 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt()
1449 SourceLocation EndLoc) { in RebuildMSAsmStmt()
1566 SourceLocation EndLoc) { in RebuildOMPExecutableDirective()
1580 SourceLocation EndLoc) { in RebuildOMPIfClause()
1592 SourceLocation EndLoc) { in RebuildOMPFinalClause()
1604 SourceLocation EndLoc) { in RebuildOMPNumThreadsClause()
1615 SourceLocation EndLoc) { in RebuildOMPSafelenClause()
1625 SourceLocation EndLoc) { in RebuildOMPSimdlenClause()
1632 SourceLocation EndLoc) { in RebuildOMPSizesClause()
1642 SourceLocation EndLoc) { in RebuildOMPAllocatorClause()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp88 SMLoc StartLoc, EndLoc; member in __anond0f948490111::SystemZOperand
157 SMLoc EndLoc) { in createInvalid()
169 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg()
177 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm()
186 unsigned LengthReg, SMLoc StartLoc, SMLoc EndLoc) { in createMem()
202 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS()
405 SMLoc StartLoc, EndLoc; member
909 SMLoc EndLoc = in parseAnyRegister() local
1200 SMLoc EndLoc = in parseAddress() local
1280 SMLoc EndLoc = in ParseDirectiveInsn() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp91 SourceLocation EndLoc) { in FindLocsWithCommonFileID()
166 SourceLocation *EndLoc, in ParseGNUAttributes()
329 SourceLocation *EndLoc, in ParseAttributeWithTypeArg()
357 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon()
457 SourceLocation *EndLoc, in ParseGNUAttributeArgs()
515 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseClangAttributeArgs()
793 SourceLocation EndLoc = SkipExtendedMicrosoftTypeAttributes(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local
802 SourceLocation EndLoc; in SkipExtendedMicrosoftTypeAttributes() local
1262 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseExternalSourceSymbolAttribute()
1449 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseSwiftNewTypeAttribute()
[all …]
H A DParser.cpp89 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); in SuggestParentheses() local
137 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ExpectAndConsume() local
183 SourceLocation EndLoc = Tok.getLocation(); in ConsumeExtraSemi() local
842 SourceLocation EndLoc; in ParseExternalDeclaration() local
1552 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm()
1937 SourceLocation EndLoc = Tok.getLastLoc(); in TryAnnotateTypeOrScopeToken() local
H A DParseDeclCXX.cpp963 SourceLocation EndLoc; in ParseDecltypeSpecifier() local
1065 SourceLocation EndLoc) { in AnnotateExistingDecltypeSpecifier()
3179 SourceLocation EndLoc; in ParseCXXClassMemberDeclarationWithPragmas() local
4093 SourceLocation *EndLoc, in ParseCXX11AttributeArgs()
4322 SourceLocation EndLoc = SkipCXX11Attributes(); in DiagnoseAndSkipCXX11Attributes() local
4332 SourceLocation EndLoc; in SkipCXX11Attributes() local
H A DParsePragma.cpp1768 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
1917 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
2061 SourceLocation EndLoc = Tok.getLocation(); in ParseAlignPragma() local
2499 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
2590 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
2746 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
3635 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp475 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc, in LoopInfo()
587 const llvm::DebugLoc &EndLoc) { in push()
599 const llvm::DebugLoc &EndLoc, bool MustProgress) { in push()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp97 SMLoc StartLoc, EndLoc; member
326 SMLoc &EndLoc) { in ParseRegister()
334 SMLoc &EndLoc) { in tryParseRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp98 SMLoc StartLoc, EndLoc; member
396 SMLoc &EndLoc) { in ParseRegister()
634 SMLoc &EndLoc) { in tryParseRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp230 SMLoc StartLoc, EndLoc; member in __anon6f8db8bd0211::SparcOperand
683 SMLoc &EndLoc) { in ParseRegister()
691 SMLoc &EndLoc) { in tryParseRegister()
1410 SMLoc &EndLoc) { in matchSparcAsmModifiers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h141 SourceLocation EndLoc) { in visit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1407 bool MasmParser::parseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpr()
1422 bool MasmParser::parseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseBracketExpr()
1439 bool MasmParser::parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc, in parsePrimaryExpr()
1728 SMLoc EndLoc; in parseExpression() local
1738 static bool isAngleBracketString(SMLoc &StrLoc, SMLoc &EndLoc) { in isAngleBracketString()
1776 bool MasmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression()
1792 bool MasmParser::parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpression()
1798 SMLoc &EndLoc) { in parseParenExprOfDepth()
1920 SMLoc &EndLoc) { in parseBinOpRHS()
2910 SMLoc StrLoc = Lexer.getLoc(), EndLoc; in parseMacroArgument() local
[all …]
H A DAsmParser.cpp1105 bool AsmParser::parseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpr()
1120 bool AsmParser::parseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseBracketExpr()
1135 bool AsmParser::parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc, in parsePrimaryExpr()
1374 SMLoc EndLoc; in parseExpression() local
1443 static bool isAngleBracketString(SMLoc &StrLoc, SMLoc &EndLoc) { in isAngleBracketString()
1481 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression()
1521 bool AsmParser::parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpression()
1527 SMLoc &EndLoc) { in parseParenExprOfDepth()
1729 SMLoc &EndLoc) { in parseBinOpRHS()
2774 SMLoc EndLoc; in parseMacroArguments() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp269 SourceLocation EndLoc = Msg->getSelectorLoc(0); in rewriteToPropertyDotSyntax() local
299 SourceLocation EndLoc = RHS->getBeginLoc(); in rewriteToPropertyDotSyntax() local
555 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty() local
668 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
777 SourceLocation EndLoc = EnumDcl->getBraceRange().getBegin(); in rewriteToNSMacroDecl() local
817 SourceLocation EndLoc = Enumerator->getEndLoc(); in UseNSOptionsMacro() local
1403 SourceLocation EndLoc = LastFD->getEndLoc(); in AnnotateImplicitBridging() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp165 SMLoc StartLoc, EndLoc; member in __anonf0f8b3610211::VEOperand
797 SMLoc &EndLoc) { in ParseRegister()
828 VEAsmParser::tryParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) { in tryParseRegister()
1392 SMLoc EndLoc = SMLoc::getFromPointer(Suffix.end()); in parseMImmOperand() local

1234