| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Comment.h | 181 void setLocation(SourceLocation L) { in setLocation() function 385 setLocation(TagNameBegin); in HTMLTagComment() 565 setLocation(Content.front()->getBeginLoc()); in ParagraphComment() 620 setLocation(getCommandNameBeginLoc()); in BlockCommandComment() 632 setLocation(getCommandNameBeginLoc()); in BlockCommandComment() 1104 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 | 108 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 | 1291 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } in setLocation() function 1509 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1551 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1607 void setLocation(SourceLocation Location) { Loc = Location; } in setLocation() function 1682 void setLocation(SourceLocation L) { Loc = L; } in setLocation() function 1999 void setLocation(SourceLocation L) { PredefinedExprBits.Loc = L; } in setLocation() function 2055 void setLocation(SourceLocation L) { OpLoc = L; } in setLocation() function
|
| /freebsd-13.1/contrib/llvm-project/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 | 590 Result.setLocation(getSourceLocation(BufferPtr, TokLen)); in FormTokenWithChars()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 122 Toks[0].setLocation(Tok.getLocation()); in HandlePragma() 1779 Toks[0].setLocation(VisLoc); in HandlePragma() 1897 Toks[0].setLocation(PackLoc); in HandlePragma() 2216 pragmaUnusedTok.setLocation(WeakLoc); in HandlePragma() 2273 pragmaRedefTok.setLocation(RedefLoc); in HandlePragma() 2355 Toks[0].setLocation(NameLoc); in HandlePragma() 2389 Tok.setLocation(Introducer.Loc); in HandlePragma() 2410 Tok.setLocation(EodLoc); in HandlePragma() 2602 AnnotTok.setLocation(VtorDispLoc); in HandlePragma() 3185 EOFTok.setLocation(Tok.getLocation()); in ParseLoopHintValue() [all …]
|
| H A D | ParseTemplate.cpp | 464 Tok.setLocation(Tok.getLocation().getLocWithOffset(1)); in ParseTemplateParameters() 1159 Greater.setLocation(RAngleLoc); in ParseGreaterThanInTemplateList() 1177 Tok.setLocation(AfterGreaterLoc); in ParseGreaterThanInTemplateList() 1336 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdToken() 1338 Tok.setLocation(TemplateKWLoc); in AnnotateTemplateIdToken() 1340 Tok.setLocation(TemplateNameLoc); in AnnotateTemplateIdToken() 1362 Tok.setLocation(TemplateKWLoc); in AnnotateTemplateIdToken() 1364 Tok.setLocation(TemplateNameLoc); in AnnotateTemplateIdToken() 1413 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdTokenAsType()
|
| H A D | ParseCXXInlineMethods.cpp | 216 Eof.setLocation(Tok.getLocation()); in ParseCXXNonStaticMemberInitializer() 355 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc()); in ParseLexedMethodDeclaration() 435 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc()); in ParseLexedMethodDeclaration() 527 BodyEnd.setLocation(LastBodyToken.getEndLoc()); in ParseLexedMethodDef() 696 AttrEnd.setLocation(Tok.getLocation()); in ParseLexedAttribute()
|
| H A D | Parser.cpp | 1732 Tok.setLocation(BeginLoc); in TryAnnotateName() 1742 Tok.setLocation(SS.getBeginLoc()); in TryAnnotateName() 1754 Tok.setLocation(NameLoc); in TryAnnotateName() 1767 Tok.setLocation(NameLoc); in TryAnnotateName() 1944 Tok.setLocation(TypenameLoc); in TryAnnotateTypeOrScopeToken() 2002 Tok.setLocation(BeginLoc); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
|
| /freebsd-13.1/contrib/llvm-project/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() 1046 Tok.setLocation(Expansion.getLocWithOffset(RelOffs)); in updateConsecutiveMacroArgTokens() 1067 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(), in updateLocForMacroArgTokens()
|
| H A D | PPMacroExpansion.cpp | 603 Identifier.setLocation(Loc); in HandleMacroExpandedIdentifier() 724 TempToken.setLocation(ArgStartIterator->getLocation()); in GenerateNewArgTokens() 737 TempToken.setLocation(Loc); in GenerateNewArgTokens() 903 EOFTok.setLocation(Tok.getLocation()); in ReadMacroCallArgumentList() 964 EOFTok.setLocation(Tok.getLocation()); in ReadMacroCallArgumentList() 1013 Tok.setLocation(EndLoc); in ReadMacroCallArgumentList() 1548 Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(), in ExpandBuiltinMacro() 1558 Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(), in ExpandBuiltinMacro()
|
| H A D | Preprocessor.cpp | 492 Tok.setLocation(Loc); in CreateString() 1183 ImportTok.setLocation(ModuleImportLoc); in LexAfterModuleImport() 1198 Suffix.back().setLocation(SemiLoc); in LexAfterModuleImport()
|
| /freebsd-13.1/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 | 306 Builder.StatepointLowering.setLocation(Incoming, Loc); in reservePreviousStackSlotForValue() 404 Builder.StatepointLowering.setLocation(Incoming, Loc); in spillIncomingStatepointValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | TokenRewriter.cpp | 91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 587 E->setLocation(readSourceLocation()); in VisitSYCLUniqueStableNameExpr() 599 E->setLocation(readSourceLocation()); in VisitPredefinedExpr() 630 E->setLocation(readSourceLocation()); in VisitDeclRefExpr() 636 E->setLocation(readSourceLocation()); in VisitIntegerLiteral() 642 E->setLocation(readSourceLocation()); in VisitFixedPointLiteral() 653 E->setLocation(readSourceLocation()); in VisitFloatingLiteral() 697 E->setLocation(readSourceLocation()); in VisitCharacterLiteral() 1484 E->setLocation(readSourceLocation()); in VisitObjCIvarRefExpr() 1502 E->setLocation(readSourceLocation()); in VisitObjCPropertyRefExpr() 1630 E->setLocation(readSourceLocation()); in VisitObjCBoolLiteralExpr() [all …]
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 157 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr);
|
| H A D | DwarfExpression.cpp | 380 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation() function in DwarfExpression
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | DLL.cpp | 601 syms[i]->setLocation(addresses[base + i]); in create() 675 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-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 456 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() 1338 bool setLocation(Option &O, DataType &L) { 1535 bool setLocation(Option &O, StorageClass &L) { 1739 bool setLocation(Option &O, unsigned &L) {
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 352 tmp_tok.setLocation(token.getLocation().getLocWithOffset(1)); in ConsumeOperator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 282 Result.setLocation(getSourceLocation(BufferPtr)); in formTokenWithChars()
|