| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Comment.h | 181 void setLocation(SourceLocation L) { in setLocation() function 383 setLocation(TagNameBegin); in HTMLTagComment() 557 setLocation(Content.front()->getBeginLoc()); in ParagraphComment() 603 setLocation(getCommandNameBeginLoc()); in BlockCommandComment() 615 setLocation(getCommandNameBeginLoc()); in BlockCommandComment() 1090 setLocation(Blocks.front()->getBeginLoc()); in FullComment()
|
| H A D | CommentLexer.h | 81 void setLocation(SourceLocation SL) { Loc = SL; } in setLocation() function
|
| H A D | ExprObjC.h | 107 void setLocation(SourceLocation L) { Loc = L; } in setLocation() function 590 void setLocation(SourceLocation L) { Loc = L; } in setLocation() function 826 void setLocation(SourceLocation L) { IdLoc = L; } in setLocation() function
|
| H A D | Expr.h | 1315 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } in setLocation() function 1533 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1575 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1631 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1706 void setLocation(SourceLocation L) { Loc = L; } in setLocation() function 2023 void setLocation(SourceLocation L) { PredefinedExprBits.Loc = L; } in setLocation() function 2079 void setLocation(SourceLocation L) { OpLoc = L; } in setLocation() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Token.h | 134 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation() function 164 setLocation(R.getBegin()); in setAnnotationRange()
|
| H A D | Lexer.h | 623 Result.setLocation(getSourceLocation(BufferPtr, TokLen)); in FormTokenWithChars()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 123 Toks[0].setLocation(Tok.getLocation()); in HandlePragma() 312 Toks[0].setLocation(FirstToken.getLocation()); in HandlePragma() 1150 Toks[0].setLocation(Tok.getLocation()); in HandlePragmaMSInitSeg() 2005 Toks[0].setLocation(VisLoc); in HandlePragma() 2123 Toks[0].setLocation(PackLoc); in HandlePragma() 2166 Toks[0].setLocation(MSStructTok.getLocation()); in HandlePragma() 2299 Toks[0].setLocation(FirstTok.getLocation()); in ParseAlignPragma() 2393 pragmaUnusedTok.setLocation(UnusedLoc); in HandlePragma() 2442 pragmaUnusedTok.setLocation(WeakLoc); in HandlePragma() 2454 pragmaUnusedTok.setLocation(WeakLoc); in HandlePragma() [all …]
|
| H A D | ParseTemplate.cpp | 493 Tok.setLocation(Tok.getLocation().getLocWithOffset(1)); in ParseTemplateParameters() 1208 Greater.setLocation(RAngleLoc); in ParseGreaterThanInTemplateList() 1226 Tok.setLocation(AfterGreaterLoc); in ParseGreaterThanInTemplateList() 1384 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdToken() 1386 Tok.setLocation(TemplateKWLoc); in AnnotateTemplateIdToken() 1388 Tok.setLocation(TemplateNameLoc); in AnnotateTemplateIdToken() 1410 Tok.setLocation(TemplateKWLoc); in AnnotateTemplateIdToken() 1412 Tok.setLocation(TemplateNameLoc); in AnnotateTemplateIdToken() 1464 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdTokenAsType()
|
| H A D | ParseCXXInlineMethods.cpp | 230 Eof.setLocation(Tok.getLocation()); in ParseCXXNonStaticMemberInitializer() 369 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration() 449 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration() 542 BodyEnd.setLocation(LastBodyToken.getEndLoc()); in ParseLexedMethodDef() 716 AttrEnd.setLocation(Tok.getLocation()); in ParseLexedAttribute()
|
| H A D | Parser.cpp | 1823 Tok.setLocation(BeginLoc); in TryAnnotateName() 1833 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateName() 1845 Tok.setLocation(NameLoc); in TryAnnotateName() 1858 Tok.setLocation(NameLoc); in TryAnnotateName() 2037 Tok.setLocation(TypenameLoc); in TryAnnotateTypeOrScopeToken() 2097 Tok.setLocation(BeginLoc); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 686 Tok.setLocation(instLoc); in Lex() 814 Result.setLocation(ResultTokLoc); in pasteTokens() 911 LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc, in pasteTokens() 1059 T.setLocation(Expansion.getLocWithOffset(RelativeOffset)); in updateConsecutiveMacroArgTokens() 1081 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(), in updateLocForMacroArgTokens()
|
| H A D | PPMacroExpansion.cpp | 610 Identifier.setLocation(Loc); in HandleMacroExpandedIdentifier() 731 TempToken.setLocation(ArgStartIterator->getLocation()); in GenerateNewArgTokens() 744 TempToken.setLocation(Loc); in GenerateNewArgTokens() 910 EOFTok.setLocation(Tok.getLocation()); in ReadMacroCallArgumentList() 971 EOFTok.setLocation(Tok.getLocation()); in ReadMacroCallArgumentList() 1024 Tok.setLocation(EndLoc); in ReadMacroCallArgumentList() 1583 Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(), in ExpandBuiltinMacro() 1593 Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(), in ExpandBuiltinMacro()
|
| H A D | Preprocessor.cpp | 495 Tok.setLocation(Loc); in CreateString() 1216 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport() 1231 Suffix.back().setLocation(SemiLoc); in LexAfterModuleImport()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.h | 57 void setLocation(SDValue Val, SDValue Location) { in setLocation() function
|
| H A D | StatepointLowering.cpp | 314 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue() 412 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue() 884 StatepointLowering.setLocation(SD, Relocated); in LowerAsSTATEPOINT()
|
| /openbsd-src/gnu/llvm/clang/lib/Rewrite/ |
| H A D | TokenRewriter.cpp | 91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTBitCodes.h | 253 setLocation(Loc); in DeclOffset() 257 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation() function
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 573 E->setLocation(readSourceLocation()); in VisitSYCLUniqueStableNameExpr() 585 E->setLocation(readSourceLocation()); in VisitPredefinedExpr() 616 E->setLocation(readSourceLocation()); in VisitDeclRefExpr() 622 E->setLocation(readSourceLocation()); in VisitIntegerLiteral() 628 E->setLocation(readSourceLocation()); in VisitFixedPointLiteral() 639 E->setLocation(readSourceLocation()); in VisitFloatingLiteral() 683 E->setLocation(readSourceLocation()); in VisitCharacterLiteral() 1475 E->setLocation(readSourceLocation()); in VisitObjCIvarRefExpr() 1493 E->setLocation(readSourceLocation()); in VisitObjCPropertyRefExpr() 1621 E->setLocation(readSourceLocation()); in VisitObjCBoolLiteralExpr() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 156 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr);
|
| H A D | DwarfExpression.cpp | 397 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation() function in DwarfExpression
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 462 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() 1326 bool setLocation(Option &O, DataType &L) { 1526 bool setLocation(Option &O, StorageClass &L) { 1773 bool setLocation(Option &O, unsigned &L) {
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | DLL.cpp | 686 syms[i]->setLocation(addresses[base + i]); in create() 765 syms[i]->setLocation(addresses[base + i]); in create()
|
| H A D | Symbols.h | 363 void setLocation(Chunk *addressTable) { file->location = addressTable; } in setLocation() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 429 tmp_tok.setLocation(token.getLocation().getLocWithOffset(1)); in ConsumeOperator()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 932 FormatTok->Tok.setLocation(TokLocation); in getStashedToken() 1259 Tok.setLocation(Lex->getSourceLocation(Start, Len)); in readRawTokenVerilogSpecific()
|