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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h116 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::Token
141 setLocation(R.getBegin());
H A DLexer.h462 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp236 Toks[0].setLocation(VisLoc);
355 Toks[0].setLocation(PackLoc);
398 Toks[0].setLocation(MSStructTok.getLocation());
467 Toks[0].setLocation(FirstTok.getLocation());
560 pragmaUnusedTok.setLocation(UnusedLoc);
610 pragmaUnusedTok.setLocation(WeakLoc);
622 pragmaUnusedTok.setLocation(WeakLoc);
667 pragmaRedefTok.setLocation(RedefLoc);
689 Toks[0].setLocation(Tok.getLocation());
746 Toks[0].setLocation(NameLo
[all...]
H A DParseTemplate.cpp295 Tok.setLocation(Tok.getLocation().getLocWithOffset(1));
741 Tok.setLocation(Lexer::AdvanceToTokenCharacter(RAngleLoc, 1,
751 Tok.setLocation(RAngleLoc);
891 Tok.setLocation(SS.getBeginLoc());
893 Tok.setLocation(TemplateKWLoc);
895 Tok.setLocation(TemplateNameLoc);
921 Tok.setLocation(TemplateKWLoc);
923 Tok.setLocation(TemplateNameLoc);
964 Tok.setLocation(TemplateId->SS.getBeginLoc());
H A DParser.cpp1404 Tok.setLocation(SS.getBeginLoc());
1413 Tok.setLocation(SS.getBeginLoc());
1543 Tok.setLocation(TypenameLoc);
1587 Tok.setLocation(SS.getBeginLoc());
H A DParseCXXInlineMethods.cpp234 Eof.setLocation(Tok.getLocation());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp465 Tok.setLocation(instLoc);
559 Result.setLocation(ResultTokLoc);
656 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
784 Tok.setLocation(Expansion.getLocWithOffset(RelOffs));
806 Tok.setLocation(SM.createMacroArgExpansionLoc(Tok.getLocation(),
H A DPPMacroExpansion.cpp363 Identifier.setLocation(Loc);
527 EOFTok.setLocation(Tok.getLocation());
549 EOFTok.setLocation(Tok.getLocation());
598 Tok.setLocation(EndLoc);
1145 Tok.setLocation(SourceMgr.createExpansionLoc(DATELoc, Tok.getLocation(),
1154 Tok.setLocation(SourceMgr.createExpansionLoc(TIMELoc, Tok.getLocation(),
H A DPPLexerChange.cpp343 Result.setLocation(Result.getLocation().getLocWithOffset(-1));
H A DPTHLexer.cpp75 Tok.setLocation(FileStartLoc.getLocWithOffset(FileOffset));
H A DPreprocessor.cpp435 Tok.setLocation(Loc);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h83 void setLocation(SourceLocation SL) { Loc = SL; } function in class:clang::comments::Token
298 Result.setLocation(getSourceLocation(BufferPtr));
H A DComment.h168 void setLocation(SourceLocation L) { function in class:clang::comments::Comment
379 setLocation(TagNameBegin);
550 setLocation(Content.front()->getLocStart());
605 setLocation(getCommandNameBeginLoc());
617 setLocation(getCommandNameBeginLoc());
1075 setLocation(Blocks.front()->getLocStart());
H A DExprObjC.h78 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCBoolLiteralExpr
504 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::ObjCIvarRefExpr
759 void setLocation(SourceLocation L) { IdLoc = L; } function in class:clang::ObjCPropertyRefExpr
H A DExprCXX.h442 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXBoolLiteralExpr
468 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXNullPtrLiteralExpr
729 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::CXXThisExpr
1072 void setLocation(SourceLocation Loc) { this->Loc = Loc; } function in class:clang::CXXConstructExpr
H A DExpr.h977 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::DeclRefExpr
1179 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::PredefinedExpr
1271 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::IntegerLiteral
1316 void setLocation(SourceLocation Location) { Loc = Location; } function in class:clang::CharacterLiteral
1377 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::FloatingLiteral
H A DDeclBase.h358 void setLocation(SourceLocation L) { Loc = L; } function in class:clang::Decl
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp424 E->setLocation(ReadSourceLocation(Record, Idx));
452 E->setLocation(ReadSourceLocation(Record, Idx));
458 E->setLocation(ReadSourceLocation(Record, Idx));
468 E->setLocation(ReadSourceLocation(Record, Idx));
499 E->setLocation(ReadSourceLocation(Record, Idx));
978 E->setLocation(ReadSourceLocation(Record, Idx));
997 E->setLocation(ReadSourceLocation(Record, Idx));
1126 E->setLocation(ReadSourceLocation(Record, Idx));
1187 E->setLocation(ReadSourceLocation(Record, Idx));
1269 E->setLocation(ReadSourceLocatio
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h329 void apply(Opt &O) const { O.setLocation(O, Loc); }
1065 bool setLocation(Option &O, DataType &L) { function in class:llvm::cl::opt_storage
1287 bool setLocation(Option &O, StorageClass &L) { function in class:llvm::cl::list_storage
1464 bool setLocation(Option &O, unsigned &L) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h189 void setLocation(SourceLocation L) { function in struct:clang::serialization::DeclOffset
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h205 /// setLocation - Update the current source location. If \arg loc is
207 void setLocation(SourceLocation Loc);
H A DCGDecl.cpp344 DI->setLocation(D.getLocation());
966 DI->setLocation(D.getLocation());
1601 DI->setLocation(D.getLocation());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp127 Result.setLocation(Loc);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1222 void setLocation(FullSourceLoc Loc) { this->Loc = Loc; }

Completed in 240 milliseconds

12