HomeSort by relevance Sort by last modified time
    Searched refs:FullSourceLoc (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/Basic/
SourceLocation.cpp 10 // This file defines accessor methods for the FullSourceLoc class.
77 // FullSourceLoc
80 FileID FullSourceLoc::getFileID() const {
86 FullSourceLoc FullSourceLoc::getExpansionLoc() const {
88 return FullSourceLoc(SrcMgr->getExpansionLoc(*this), *SrcMgr);
91 FullSourceLoc FullSourceLoc::getSpellingLoc() const {
93 return FullSourceLoc(SrcMgr->getSpellingLoc(*this), *SrcMgr);
96 unsigned FullSourceLoc::getExpansionLineNumber(bool *Invalid) const
    [all...]
Diagnostic.cpp 116 DiagStatePoints.push_back(DiagStatePoint(&DiagStates.back(), FullSourceLoc()));
145 FullSourceLoc Loc(L, *SourceMgr);
150 FullSourceLoc LastStateChangePos = DiagStatePoints.back().Loc;
169 FullSourceLoc Loc = SourceMgr? FullSourceLoc(L, *SourceMgr) : FullSourceLoc();
170 FullSourceLoc LastStateChangePos = DiagStatePoints.back().Loc;
224 FullSourceLoc(Loc, *SourceMgr)));
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 267 class FullSourceLoc : public SourceLocation {
270 /// \brief Creates a FullSourceLoc where isValid() returns \c false.
271 explicit FullSourceLoc() : SrcMgr(nullptr) {}
273 explicit FullSourceLoc(SourceLocation Loc, const SourceManager &SM)
276 /// \pre This FullSourceLoc has an associated SourceManager.
284 FullSourceLoc getExpansionLoc() const;
285 FullSourceLoc getSpellingLoc() const;
316 bool isBeforeInTranslationUnitThan(FullSourceLoc Loc) const {
323 struct BeforeThanCompare : public std::binary_function<FullSourceLoc,
324 FullSourceLoc, bool>
    [all...]
Diagnostic.h 232 FullSourceLoc Loc;
233 DiagStatePoint(DiagState *State, FullSourceLoc Loc)
265 FullSourceLoc Loc(L, getSourceManager());
    [all...]
SourceManager.h 525 typedef ArrayRef<std::pair<std::string, FullSourceLoc> > ModuleBuildStack;
691 SmallVector<std::pair<std::string, FullSourceLoc>, 2> StoredModuleBuildStack;
730 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) {
    [all...]
  /external/clang/unittests/Tooling/
TestVisitor.h 150 const FullSourceLoc FullLocation = this->Context->getFullLoc(Location);
177 bool Matches(StringRef Name, FullSourceLoc const &Location) const {
181 bool PartiallyMatches(StringRef Name, FullSourceLoc const &Location) const {
189 bool MatchesLocation(FullSourceLoc const &Location) const {
206 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) {
  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 58 FullSourceLoc LastLoc;
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 225 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
286 FullSourceLoc XSL = X.getStartLocation().asLocation();
287 FullSourceLoc YSL = Y.getStartLocation().asLocation();
290 FullSourceLoc XEL = X.getEndLocation().asLocation();
291 FullSourceLoc YEL = Y.getEndLocation().asLocation();
304 FullSourceLoc X_CEL = X.callEnter.asLocation();
305 FullSourceLoc Y_CEL = Y.callEnter.asLocation();
308 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
309 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation();
312 FullSourceLoc X_CRL = X.callReturn.asLocation()
    [all...]
PlistDiagnostics.cpp 155 FullSourceLoc L = P.getLocation().asLocation();
434 FullSourceLoc UL(SM->getExpansionLoc(UPDLoc.asLocation()),
436 FullSourceLoc UFunL(SM->getExpansionLoc(
444 FullSourceLoc L(SM->getExpansionLoc(D->getLocation().asLocation()),
446 FullSourceLoc FunL(SM->getExpansionLoc(Body->getLocStart()), *SM);
HTMLDiagnostics.cpp 144 FullSourceLoc L(
147 FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getLocStart()), SMgr);
335 FullSourceLoc Pos = P.getLocation().asLocation();
470 FullSourceLoc L = MP->getLocation().asLocation().getExpansionLoc();
  /external/clang/lib/Lex/
LiteralSupport.cpp 47 FullSourceLoc TokLoc,
66 const LangOptions &Features, FullSourceLoc TokLoc,
81 FullSourceLoc Loc, unsigned CharWidth,
264 FullSourceLoc Loc, DiagnosticsEngine *Diags,
342 FullSourceLoc Loc;
371 FullSourceLoc Loc, unsigned CharByteWidth,
    [all...]
ModuleMap.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 66 FullSourceLoc Begin, End;
72 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
75 Begin = FullSourceLoc(srcMgr.getExpansionLoc(beginLoc), srcMgr);
76 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
107 typedef std::map<FullSourceLoc, TextsVec, FullSourceLoc::BeforeThanCompare>
516 Inserts[FullSourceLoc(loc, SM)].push_back(text);
ARCMT.cpp 35 FullSourceLoc diagLoc = I->getLocation();
64 FullSourceLoc diagLoc = I->getLocation();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 259 /// buffer to be a valid FullSourceLoc.
260 static FullSourceLoc ConvertBackendLocation(const llvm::SMDiagnostic &D,
284 return FullSourceLoc(NewLoc, CSM);
302 FullSourceLoc Loc;
398 FullSourceLoc Loc;
444 FullSourceLoc Loc(DILoc, SourceMgr);
564 FullSourceLoc Loc;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 140 FullSourceLoc Loc;
149 FullSourceLoc genLocation(
275 FullSourceLoc asLocation() const {
  /external/clang/include/clang/Lex/
ModuleMap.h 433 Module *inferModuleFromLocation(FullSourceLoc Loc);
  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 77 Diag(FullSourceLoc(), diag::warn_fixit_no_changes);
InclusionRewriter.cpp 149 LastInsertedFileChange->second.Id = FullSourceLoc(Loc, SM).getFileID();
  /frameworks/compile/slang/
slang_rs_context.h 256 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
slang.cpp 577 clang::FullSourceLoc FSL(Loc, SourceMgr);
  /external/clang/lib/Frontend/
FrontendActions.cpp 288 FullSourceLoc(SourceLocation(), SourceMgr));
ASTUnit.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 530 FullSourceLoc getFullLoc(SourceLocation Loc) const {
531 return FullSourceLoc(Loc,SourceMgr);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1163 d_.Report(clang::FullSourceLoc(expr->getExprLoc(), sm_)
    [all...]

Completed in 906 milliseconds

1 2