Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h181 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 DCommentLexer.h81 void setLocation(SourceLocation SL) { Loc = SL; } in setLocation() function
H A DExprObjC.h107 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 DExpr.h1315 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 DToken.h134 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation() function
164 setLocation(R.getBegin()); in setAnnotationRange()
H A DLexer.h623 Result.setLocation(getSourceLocation(BufferPtr, TokLen)); in FormTokenWithChars()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp123 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 DParseTemplate.cpp493 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 DParseCXXInlineMethods.cpp230 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 DParser.cpp1823 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 DTokenLexer.cpp686 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 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()
1583 Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(), in ExpandBuiltinMacro()
1593 Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(), in ExpandBuiltinMacro()
H A DPreprocessor.cpp495 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 DStatepointLowering.h57 void setLocation(SDValue Val, SDValue Location) { in setLocation() function
H A DStatepointLowering.cpp314 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 DTokenRewriter.cpp91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTBitCodes.h253 setLocation(Loc); in DeclOffset()
257 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } in setLocation() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp573 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 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
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h462 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 DDLL.cpp686 syms[i]->setLocation(addresses[base + i]); in create()
765 syms[i]->setLocation(addresses[base + i]); in create()
H A DSymbols.h363 void setLocation(Chunk *addressTable) { file->location = addressTable; } in setLocation() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp429 tmp_tok.setLocation(token.getLocation().getLocWithOffset(1)); in ConsumeOperator()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp932 FormatTok->Tok.setLocation(TokLocation); in getStashedToken()
1259 Tok.setLocation(Lex->getSourceLocation(Start, Len)); in readRawTokenVerilogSpecific()

123