Home
last modified time | relevance | path

Searched refs:setLocation (Results 1 – 25 of 61) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h139 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation() function
169 setLocation(R.getBegin()); in setAnnotationRange()
H A DLexer.h627 Result.setLocation(getSourceLocation(BufferPtr, TokLen)); in FormTokenWithChars()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h216 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 DCommentLexer.h81 void setLocation(SourceLocation SL) { Loc = SL; } in setLocation() function
H A DExprObjC.h107 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 DExpr.h1325 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 DParsePragma.cpp124 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 DParseTemplate.cpp500 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 DParseCXXInlineMethods.cpp232 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 DParser.cpp1878 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 DTokenLexer.cpp685 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 DPPMacroExpansion.cpp610 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 DPreprocessor.cpp498 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 DStatepointLowering.h57 void setLocation(SDValue Val, SDValue Location) { in setLocation() function
H A DStatepointLowering.cpp313 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 DTokenRewriter.cpp91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h253 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 DASTReaderStmt.cpp581 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 DDwarfExpression.h156 void setLocation(const MachineLocation &Loc, const DIExpression *DIExpr);
H A DDwarfExpression.cpp397 void DwarfExpression::setLocation(const MachineLocation &Loc, in setLocation() function in DwarfExpression
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h467 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 DDLL.cpp702 syms[i]->setLocation(addresses[base + i]); in create()
781 syms[i]->setLocation(addresses[base + i]); in create()
H A DSymbols.h364 void setLocation(Chunk *addressTable) { file->location = addressTable; } in setLocation() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp429 tmp_tok.setLocation(token.getLocation().getLocWithOffset(1)); in ConsumeOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1043 FormatTok->Tok.setLocation(TokLocation); in getStashedToken()
1376 Tok.setLocation(Lex->getSourceLocation(Start, Len)); in readRawTokenVerilogSpecific()

123