Searched refs:setLocation (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h57 void setLocation(SDValue Val, SDValue Location) { function in class:llvm::StatepointLoweringState
H A DStatepointLowering.cpp313 Builder.StatepointLowering.setLocation(Incoming, Loc);
411 Builder.StatepointLowering.setLocation(Incoming, Loc);
884 StatepointLowering.setLocation(SD, Relocated);
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h139 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } function in class:clang::Token
169 setLocation(R.getBegin());
H A DLexer.h627 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h216 void setLocation(SourceLocation L) { function in class:clang::comments::Comment
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; } function in class:clang::comments::Token
H A DExprObjC.h107 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCBoolLiteralExpr
593 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCIvarRefExpr
829 void setLocation(SourceLocation L) { IdLoc = L; } function in class:clang::ObjCPropertyRefExpr
H A DExpr.h1325 void setLocation(SourceLocation L) { DeclRefExprBits.Loc = L; } function in class:clang::final
1510 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::IntegerLiteral
1552 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::FixedPointLiteral
1600 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::CharacterLiteral
1677 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::FloatingLiteral
2005 void setLocation(SourceLocation L) { PredefinedExprBits.Loc = L; }
2062 void setLocation(SourceLocation L) { OpLoc = L; }
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp124 Toks[0].setLocation(Tok.getLocation());
148 Toks[0].setLocation(Tok.getLocation());
359 Toks[0].setLocation(FirstToken.getLocation());
1249 Toks[0].setLocation(Tok.getLocation());
2106 Toks[0].setLocation(VisLoc);
2224 Toks[0].setLocation(PackLoc);
2267 Toks[0].setLocation(MSStructTok.getLocation());
2400 Toks[0].setLocation(FirstTok.getLocation());
2494 pragmaUnusedTok.setLocation(UnusedLoc);
2543 pragmaUnusedTok.setLocation(WeakLo
[all...]
H A DParseTemplate.cpp500 Tok.setLocation(Tok.getLocation().getLocWithOffset(1));
1229 Greater.setLocation(RAngleLoc);
1247 Tok.setLocation(AfterGreaterLoc);
1405 Tok.setLocation(SS.getBeginLoc());
1407 Tok.setLocation(TemplateKWLoc);
1409 Tok.setLocation(TemplateNameLoc);
1431 Tok.setLocation(TemplateKWLoc);
1433 Tok.setLocation(TemplateNameLoc);
1485 Tok.setLocation(SS.getBeginLoc());
H A DParseCXXInlineMethods.cpp232 Eof.setLocation(Tok.getLocation());
371 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc());
452 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc());
545 BodyEnd.setLocation(LastBodyToken.getEndLoc());
719 AttrEnd.setLocation(Tok.getLocation());
H A DParser.cpp1878 Tok.setLocation(BeginLoc);
1888 Tok.setLocation(SS.getBeginLoc());
1900 Tok.setLocation(NameLoc);
1913 Tok.setLocation(NameLoc);
2086 Tok.setLocation(TypenameLoc);
2146 Tok.setLocation(BeginLoc);
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp685 Tok.setLocation(instLoc);
813 Result.setLocation(ResultTokLoc);
910 LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc,
1058 T.setLocation(Expansion.getLocWithOffset(RelativeOffset));
1080 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(),
H A DPPMacroExpansion.cpp610 Identifier.setLocation(Loc);
731 TempToken.setLocation(ArgStartIterator->getLocation());
744 TempToken.setLocation(Loc);
910 EOFTok.setLocation(Tok.getLocation());
971 EOFTok.setLocation(Tok.getLocation());
1024 Tok.setLocation(EndLoc);
1582 Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(),
1592 Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(),
H A DPreprocessor.cpp498 Tok.setLocation(Loc);
1199 ImportTok.setLocation(ModuleImportLoc);
1214 Suffix.back().setLocation(SemiLoc);
H A DPPLexerChange.cpp560 Result.setLocation(Result.getLocation().getLocWithOffset(-1));
/freebsd-current/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, function in class:DwarfExpression
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h253 setLocation(Loc);
257 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } function in struct:clang::serialization::DeclOffset
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp581 E->setLocation(readSourceLocation());
594 E->setLocation(readSourceLocation());
631 E->setLocation(readSourceLocation());
637 E->setLocation(readSourceLocation());
643 E->setLocation(readSourceLocation());
654 E->setLocation(readSourceLocation());
698 E->setLocation(readSourceLocation());
1504 E->setLocation(readSourceLocation());
1522 E->setLocation(readSourceLocation());
1650 E->setLocation(readSourceLocatio
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h467 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); }
1344 bool setLocation(Option &O, DataType &L) { function in class:llvm::cl::opt_storage
1542 bool setLocation(Option &O, StorageClass &L) { function in class:llvm::cl::list_storage
1789 bool setLocation(Option &O, unsigned &L) {
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DSymbols.h364 void setLocation(Chunk *addressTable) { file->location = addressTable; } function in class:lld::coff::DefinedImportData
H A DDLL.cpp702 syms[i]->setLocation(addresses[base + i]);
781 syms[i]->setLocation(addresses[base + i]);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp429 tmp_tok.setLocation(token.getLocation().getLocWithOffset(1));

Completed in 418 milliseconds

123