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

12

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h53 void setLocation(SDValue val, SDValue Location) { function in class:llvm::StatepointLoweringState
H A DStatepointLowering.cpp248 Builder.StatepointLowering.setLocation(Incoming, Loc);
445 Builder.StatepointLowering.setLocation(Incoming, Loc);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h132 void setLocation(SourceLocation L) { Loc = L.getRawEncoding(); } function in class:clang::Token
162 setLocation(R.getBegin());
H A DLexer.h486 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Rewrite/
H A DTokenRewriter.cpp90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp347 Tok.setLocation(Tok.getLocation().getLocWithOffset(1));
842 Tok.setLocation(Lexer::AdvanceToTokenCharacter(RAngleLoc, 1,
852 Tok.setLocation(RAngleLoc);
993 Tok.setLocation(SS.getBeginLoc());
995 Tok.setLocation(TemplateKWLoc);
997 Tok.setLocation(TemplateNameLoc);
1023 Tok.setLocation(TemplateKWLoc);
1025 Tok.setLocation(TemplateNameLoc);
1066 Tok.setLocation(TemplateId->SS.getBeginLoc());
H A DParsePragma.cpp728 Toks[0].setLocation(Tok.getLocation());
940 Toks[0].setLocation(VisLoc);
1060 Toks[0].setLocation(PackLoc);
1105 Toks[0].setLocation(MSStructTok.getLocation());
1176 Toks[0].setLocation(FirstTok.getLocation());
1270 pragmaUnusedTok.setLocation(UnusedLoc);
1320 pragmaUnusedTok.setLocation(WeakLoc);
1333 pragmaUnusedTok.setLocation(WeakLoc);
1379 pragmaRedefTok.setLocation(RedefLoc);
1402 Toks[0].setLocation(To
[all...]
H A DParseCXXInlineMethods.cpp222 Eof.setLocation(Tok.getLocation());
322 DefArgEnd.setLocation(LastDefaultArgToken.getEndLoc());
396 ExceptionSpecEnd.setLocation(LastExceptionSpecToken.getEndLoc());
501 BodyEnd.setLocation(LastBodyToken.getEndLoc());
H A DParser.cpp1480 Tok.setLocation(BeginLoc);
1490 Tok.setLocation(SS.getBeginLoc());
1651 Tok.setLocation(TypenameLoc);
1716 Tok.setLocation(BeginLoc);
H A DParseExprCXX.cpp67 ColonToken.setLocation(ColonToken.getLocation().getLocWithOffset(-1));
121 RParen.setLocation(SourceLocation());
947 Tok.setLocation(StartLoc);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp480 Tok.setLocation(instLoc);
591 Result.setLocation(ResultTokLoc);
688 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
818 Tok.setLocation(Expansion.getLocWithOffset(RelOffs));
840 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(),
H A DPPMacroExpansion.cpp548 Identifier.setLocation(Loc);
669 TempToken.setLocation(ArgStartIterator->getLocation());
682 TempToken.setLocation(Loc);
836 EOFTok.setLocation(Tok.getLocation());
897 EOFTok.setLocation(Tok.getLocation());
946 Tok.setLocation(EndLoc);
1530 Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(),
1540 Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(),
H A DPPLexerChange.cpp452 Result.setLocation(Result.getLocation().getLocWithOffset(-1));
H A DPTHLexer.cpp75 Tok.setLocation(FileStartLoc.getLocWithOffset(FileOffset));
H A DPreprocessor.cpp470 Tok.setLocation(Loc);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h181 void setLocation(SourceLocation L) { function in class:clang::comments::Comment
391 setLocation(TagNameBegin);
571 setLocation(Content.front()->getLocStart());
626 setLocation(getCommandNameBeginLoc());
638 setLocation(getCommandNameBeginLoc());
1110 setLocation(Blocks.front()->getLocStart());
H A DCommentLexer.h83 void setLocation(SourceLocation SL) { Loc = SL; } function in class:clang::comments::Token
H A DExprObjC.h78 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCBoolLiteralExpr
519 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCIvarRefExpr
744 void setLocation(SourceLocation L) { IdLoc = L; } function in class:clang::ObjCPropertyRefExpr
H A DExpr.h1016 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::final
1176 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::PredefinedExpr
1278 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::IntegerLiteral
1326 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::CharacterLiteral
1389 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::FloatingLiteral
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h336 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); }
1105 bool setLocation(Option &O, DataType &L) { function in class:llvm::cl::opt_storage
1274 bool setLocation(Option &O, StorageClass &L) { function in class:llvm::cl::list_storage
1455 bool setLocation(Option &O, unsigned &L) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp445 E->setLocation(ReadSourceLocation(Record, Idx));
476 E->setLocation(ReadSourceLocation(Record, Idx));
482 E->setLocation(ReadSourceLocation(Record, Idx));
492 E->setLocation(ReadSourceLocation(Record, Idx));
523 E->setLocation(ReadSourceLocation(Record, Idx));
1031 E->setLocation(ReadSourceLocation(Record, Idx));
1050 E->setLocation(ReadSourceLocation(Record, Idx));
1179 E->setLocation(ReadSourceLocation(Record, Idx));
1241 E->setLocation(ReadSourceLocation(Record, Idx));
1331 E->setLocation(ReadSourceLocatio
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h191 void setLocation(SourceLocation L) { function in struct:clang::serialization::DeclOffset
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h288 void setLocation(SourceLocation Loc);
560 /// SourceLocation to CGDebugInfo::setLocation() will result in the
575 /// passing an empty SourceLocation to \a CGDebugInfo::setLocation()
H A DCGDecl.cpp398 DI->setLocation(D.getLocation());
1091 DI->setLocation(D.getLocation());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp136 Result.setLocation(Loc);

Completed in 307 milliseconds

12