Home
last modified time | relevance | path

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

123

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDSelectorLocationsKind.cpp24 SourceLocation EndLoc) { in getStandardSelLoc()
73 SourceLocation EndLoc) { in hasStandardSelLocs()
100 SourceLocation EndLoc) { in hasStandardSelectorLocs()
108 SourceLocation EndLoc) { in getStandardSelectorLoc()
117 SourceLocation EndLoc) { in hasStandardSelectorLocs()
125 SourceLocation EndLoc) { in getStandardSelectorLoc()
HDStmt.cpp592 SourceLocation EndLoc = in AnalyzeAsmString() local
626 SourceLocation EndLoc = in AnalyzeAsmString() local
1194 SourceLocation LParenLoc, SourceLocation EndLoc, in Create()
1229 SourceLocation LParenLoc, SourceLocation EndLoc, in Create()
1281 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create()
1306 SourceLocation EndLoc, in Create()
1346 SourceLocation EndLoc, ArrayRef<Expr *> VL, in Create()
1381 SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) { in Create()
1424 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create()
1470 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h40 SourceLocation EndLoc; variable
68 SourceLocation StartLoc, SourceLocation EndLoc, in OMPExecutableDirective()
225 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelDirective()
645 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective()
710 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective()
774 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective()
838 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSectionsDirective()
892 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective()
942 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSingleDirective()
996 OMPMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMasterDirective()
[all …]
HDOpenMPClause.h36 SourceLocation EndLoc; variable
41 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause()
107 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) in OMPVarListClause()
174 SourceLocation EndLoc) in OMPIfClause()
227 SourceLocation EndLoc) in OMPFinalClause()
281 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPNumThreadsClause()
337 SourceLocation EndLoc) in OMPSafelenClause()
393 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPCollapseClause()
458 SourceLocation EndLoc) in OMPDefaultClause()
529 SourceLocation EndLoc) in OMPProcBindClause()
[all …]
HDDeclarationName.h539 SourceLocation EndLoc = getEndLoc(); in getLocEnd() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp1990 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective()
2162 SourceLocation EndLoc) { in ActOnOpenMPParallelDirective()
3483 SourceLocation EndLoc, in ActOnOpenMPSimdDirective()
3513 SourceLocation EndLoc, in ActOnOpenMPForDirective()
3533 SourceLocation EndLoc, in ActOnOpenMPForSimdDirective()
3564 SourceLocation EndLoc) { in ActOnOpenMPSectionsDirective()
3596 SourceLocation EndLoc) { in ActOnOpenMPSectionDirective()
3607 SourceLocation EndLoc) { in ActOnOpenMPSingleDirective()
3634 SourceLocation EndLoc) { in ActOnOpenMPMasterDirective()
3645 SourceLocation EndLoc) { in ActOnOpenMPCriticalDirective()
[all …]
HDSemaLambda.cpp356 SourceLocation EndLoc, in startLambdaDefinition()
864 SourceLocation EndLoc; in ActOnStartOfLambdaDefinition() local
1495 ExprResult Sema::BuildLambdaExpr(SourceLocation StartLoc, SourceLocation EndLoc, in BuildLambdaExpr()
HDTreeTransform.h1248 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt()
1279 SourceLocation EndLoc) { in RebuildMSAsmStmt()
1348 SourceLocation EndLoc) { in RebuildOMPExecutableDirective()
1360 SourceLocation EndLoc) { in RebuildOMPIfClause()
1371 SourceLocation EndLoc) { in RebuildOMPFinalClause()
1383 SourceLocation EndLoc) { in RebuildOMPNumThreadsClause()
1394 SourceLocation EndLoc) { in RebuildOMPSafelenClause()
1404 SourceLocation EndLoc) { in RebuildOMPCollapseClause()
1417 SourceLocation EndLoc) { in RebuildOMPDefaultClause()
1430 SourceLocation EndLoc) { in RebuildOMPProcBindClause()
[all …]
/NextBSD/contrib/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp69 SMLoc StartLoc, EndLoc; member in __anoncc88d8cd0111::SystemZOperand
136 SMLoc EndLoc) { in createInvalid()
146 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg()
153 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createAccessReg()
159 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm()
167 SMLoc StartLoc, SMLoc EndLoc) { in createMem()
179 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS()
363 SMLoc StartLoc, EndLoc; member
671 SMLoc EndLoc = in parseAddress() local
684 SMLoc &EndLoc) { in ParseRegister()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp110 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); in SuggestParentheses() local
158 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ExpectAndConsume() local
204 SourceLocation EndLoc = Tok.getLocation(); in ConsumeExtraSemi() local
694 SourceLocation EndLoc; in ParseExternalDeclaration() local
1285 ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) { in ParseSimpleAsm()
1612 SourceLocation EndLoc = Tok.getLastLoc(); in TryAnnotateTypeOrScopeToken() local
HDParseDecl.cpp243 SourceLocation *EndLoc, in ParseAttributeWithTypeArg()
271 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon()
336 SourceLocation *EndLoc, in ParseGNUAttributeArgs()
630 SourceLocation EndLoc = SkipExtendedMicrosoftTypeAttributes(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local
639 SourceLocation EndLoc; in SkipExtendedMicrosoftTypeAttributes() local
1265 SourceLocation *EndLoc, in ParseTypeTagForDatatypeAttribute()
1350 SourceLocation EndLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local
2462 SourceLocation *EndLoc) { in ParseAlignmentSpecifier()
3432 SourceLocation EndLoc; in ParseDeclarationSpecifiers() local
4705 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local
[all …]
HDParsePragma.cpp912 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
1063 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
1145 SourceLocation EndLoc = Tok.getLocation(); in ParseAlignPragma() local
1578 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
1670 SourceLocation EndLoc = Tok.getLocation(); in HandlePragma() local
HDParseDeclCXX.cpp762 SourceLocation EndLoc; in ParseDecltypeSpecifier() local
863 SourceLocation EndLoc) { in AnnotateExistingDecltypeSpecifier()
3002 SourceLocation EndLoc; in ParseCXXMemberSpecification() local
3606 SourceLocation *EndLoc, in ParseCXX11AttributeArgs()
3777 SourceLocation EndLoc = SkipCXX11Attributes(); in DiagnoseAndSkipCXX11Attributes() local
3787 SourceLocation EndLoc; in SkipCXX11Attributes() local
HDParseObjc.cpp1550 SourceLocation &LAngleLoc, SourceLocation &EndLoc, in ParseObjCProtocolReferences()
3293 SourceLocation EndLoc = ConsumeToken(); // consume the keyword. in ParseObjCBooleanLiteral() local
3377 SourceLocation EndLoc = ConsumeBracket(); // location of ']' in ParseObjCArrayLiteral() local
3430 SourceLocation EndLoc = ConsumeBrace(); in ParseObjCDictionaryLiteral() local
HDParseOpenMP.cpp163 SourceLocation Loc = ConsumeToken(), EndLoc; in ParseOpenMPDeclarativeOrExecutableDirective() local
HDParseExprCXX.cpp260 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseOptionalCXXScopeSpecifier() local
2498 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseUnqualifiedId() local
2918 SourceLocation EndLoc = Parens.getCloseLocation(); in ParseTypeTrait() local
/NextBSD/contrib/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp165 SMLoc StartLoc, EndLoc; member in __anoncd81a7410111::SparcOperand
495 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) in ParseRegister()
979 SMLoc &EndLoc) in matchSparcAsmModifiers()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp275 SourceLocation EndLoc = Msg->getSelectorLoc(0); in rewriteToPropertyDotSyntax() local
305 SourceLocation EndLoc = RHS->getLocStart(); in rewriteToPropertyDotSyntax() local
562 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty() local
678 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
786 SourceLocation EndLoc; in rewriteToNSMacroDecl() local
837 SourceLocation EndLoc = Enumerator->getLocEnd(); in UseNSOptionsMacro() local
1424 SourceLocation EndLoc = LastFD->getLocEnd(); in AnnotateImplicitBridging() local
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp751 bool AsmParser::parseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpr()
766 bool AsmParser::parseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseBracketExpr()
782 bool AsmParser::parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parsePrimaryExpr()
960 SMLoc EndLoc; in parseExpression() local
1028 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression()
1066 bool AsmParser::parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpression()
1072 SMLoc &EndLoc) { in parseParenExprOfDepth()
1185 SMLoc &EndLoc) { in parseBinOpRHS()
/NextBSD/contrib/llvm/tools/clang/lib/Rewrite/
HDHTMLRewrite.cpp278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS() local
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPMacroExpansion.cpp941 SourceLocation EndLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs() local
1308 SourceLocation EndLoc; in EvaluateHasIncludeCommon() local
HDTokenLexer.cpp669 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); in PasteTokens() local
HDPreprocessingRecord.cpp467 SourceLocation EndLoc; in InclusionDirective() local
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86Operand.h33 SMLoc StartLoc, EndLoc; member
467 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size()); in CreateToken() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h1002 SourceLocation EndLoc) { in setConversionFunctionId()
1034 SourceLocation EndLoc) { in setConstructorName()
1057 SourceLocation EndLoc) { in setDestructorName()
1094 SourceLocation EndLoc; member
1932 SourceLocation EndLoc) { in AddTypeInfo()

123