| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Token.h | 139 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation() function 169 setLocation(R.getBegin()); in setAnnotationRange()
|
| H A D | Lexer.h | 627 Result.setLocation(getSourceLocation(BufferPtr, TokLen)); in FormTokenWithChars()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Comment.h | 216 void setLocation(SourceLocation L) { 405 setLocation(TagNameBegin); 573 setLocation(Content.front()->getBeginLoc()); 619 setLocation(getCommandNameBeginLoc()); 629 setLocation(getCommandNameBeginLoc()); 1096 setLocation(Blocks.front()->getBeginLoc());
|
| 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 593 void setLocation(SourceLocation L) { Loc = L; } in setLocation() function 829 void setLocation(SourceLocation L) { IdLoc = L; } in setLocation() function
|
| H A D | Expr.h | 1325 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } in setLocation() function 1510 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1552 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1600 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1677 void setLocation(SourceLocation L) { Loc = L; } in setLocation() function 2005 void setLocation(SourceLocation L) { PredefinedExprBits.Loc = L; } in setLocation() function 2062 void setLocation(SourceLocation L) { OpLoc = L; } in setLocation() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 124 Toks[0].setLocation(Tok.getLocation()); in HandlePragma() 148 Toks[0].setLocation(Tok.getLocation()); in HandlePragma() 2106 Toks[0].setLocation(VisLoc); in HandlePragma() 2224 Toks[0].setLocation(PackLoc); in HandlePragma() 2600 pragmaRedefTok.setLocation(RedefLoc); in HandlePragma() 2682 Toks[0].setLocation(NameLoc); in HandlePragma() 2716 Tok.setLocation(Introducer.Loc); in HandlePragma() 2737 Tok.setLocation(EodLoc); in HandlePragma() 2929 AnnotTok.setLocation(VtorDispLoc); in HandlePragma() 3532 EOFTok.setLocation(Tok.getLocation()); in ParseLoopHintValue() [all …]
|
| H A D | ParseTemplate.cpp | 500 Tok.setLocation(Tok.getLocation().getLocWithOffset(1)); in ParseTemplateParameters() 1229 Greater.setLocation(RAngleLoc); in ParseGreaterThanInTemplateList() 1247 Tok.setLocation(AfterGreaterLoc); in ParseGreaterThanInTemplateList() 1405 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdToken() 1407 Tok.setLocation(TemplateKWLoc); in AnnotateTemplateIdToken() 1409 Tok.setLocation(TemplateNameLoc); in AnnotateTemplateIdToken() 1431 Tok.setLocation(TemplateKWLoc); in AnnotateTemplateIdToken() 1433 Tok.setLocation(TemplateNameLoc); in AnnotateTemplateIdToken() 1485 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdTokenAsType()
|
| H A D | ParseCXXInlineMethods.cpp | 232 Eof.setLocation(Tok.getLocation()); in ParseCXXNonStaticMemberInitializer() 371 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration() 452 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration() 545 BodyEnd.setLocation(LastBodyToken.getEndLoc()); in ParseLexedMethodDef() 719 AttrEnd.setLocation(Tok.getLocation()); in ParseLexedAttribute()
|
| H A D | Parser.cpp | 1878 Tok.setLocation(BeginLoc); in TryAnnotateName() 1888 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateName() 1900 Tok.setLocation(NameLoc); in TryAnnotateName() 1913 Tok.setLocation(NameLoc); in TryAnnotateName() 2086 Tok.setLocation(TypenameLoc); in TryAnnotateTypeOrScopeToken() 2146 Tok.setLocation(BeginLoc); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 685 Tok.setLocation(instLoc); in Lex() 813 Result.setLocation(ResultTokLoc); in pasteTokens() 910 LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc, in pasteTokens() 1058 T.setLocation(Expansion.getLocWithOffset(RelativeOffset)); in updateConsecutiveMacroArgTokens() 1080 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() 1582 Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(), in ExpandBuiltinMacro() 1592 Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(), in ExpandBuiltinMacro()
|
| H A D | Preprocessor.cpp | 498 Tok.setLocation(Loc); in CreateString() 1199 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport() 1214 Suffix.back().setLocation(SemiLoc); in LexAfterModuleImport()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.h | 57 void setLocation(SDValue Val, SDValue Location) { in setLocation() function
|
| H A D | StatepointLowering.cpp | 313 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue() 411 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue() 884 StatepointLowering.setLocation(SD, Relocated); in LowerAsSTATEPOINT()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | TokenRewriter.cpp | 91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore()
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 581 E->setLocation(readSourceLocation()); in VisitSYCLUniqueStableNameExpr() 594 E->setLocation(readSourceLocation()); in VisitPredefinedExpr() 631 E->setLocation(readSourceLocation()); in VisitDeclRefExpr() 637 E->setLocation(readSourceLocation()); in VisitIntegerLiteral() 643 E->setLocation(readSourceLocation()); in VisitFixedPointLiteral() 654 E->setLocation(readSourceLocation()); in VisitFloatingLiteral() 698 E->setLocation(readSourceLocation()); in VisitCharacterLiteral() 1504 E->setLocation(readSourceLocation()); in VisitObjCIvarRefExpr() 1522 E->setLocation(readSourceLocation()); in VisitObjCPropertyRefExpr() 1650 E->setLocation(readSourceLocation()); in VisitObjCBoolLiteralExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 467 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() 1344 bool setLocation(Option &O, DataType &L) { 1542 bool setLocation(Option &O, StorageClass &L) { 1789 bool setLocation(Option &O, unsigned &L) {
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | DLL.cpp | 702 syms[i]->setLocation(addresses[base + i]); in create() 781 syms[i]->setLocation(addresses[base + i]); in create()
|
| H A D | Symbols.h | 364 void setLocation(Chunk *addressTable) { file->location = addressTable; } in setLocation() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 429 tmp_tok.setLocation(token.getLocation().getLocWithOffset(1)); in ConsumeOperator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 1043 FormatTok->Tok.setLocation(TokLocation); in getStashedToken() 1376 Tok.setLocation(Lex->getSourceLocation(Start, Len)); in readRawTokenVerilogSpecific()
|