HomeSort by: relevance | last modified time | path
    Searched refs:getFileLoc (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
FileIndexRecord.cpp 67 SourceLocation Loc = SM.getFileLoc(D->getLocation());
77 SourceLocation Loc = SM.getFileLoc(MI->getDefinitionLoc());
IndexingContext.cpp 118 FileID FID = SM.getFileID(SM.getFileLoc(Loc));
373 FileID FID = SM.getFileID(SM.getFileLoc(Loc));
501 FileID FID = SM.getFileID(SM.getFileLoc(Loc));
  /src/external/apache2/llvm/dist/clang/lib/Basic/
NoSanitizeList.cpp 53 containsFile(Mask, SM.getFilename(SM.getFileLoc(Loc)), Category);
XRayLists.cpp 75 return this->shouldImbueFunctionsInFile(SM.getFilename(SM.getFileLoc(Loc)),
ProfileList.cpp 102 return isFileExcluded(SM.getFilename(SM.getFileLoc(Loc)), Kind);
SourceLocation.cpp 174 FullSourceLoc FullSourceLoc::getFileLoc() const {
176 return FullSourceLoc(SrcMgr->getFileLoc(*this), *SrcMgr);
SourceManager.cpp 1712 SourceLocation FileLoc = SourceLocation::getFileLoc(Entry.getOffset());
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
core_main.cpp 109 Loc = SM.getFileLoc(Loc);
147 Loc = SM.getFileLoc(Loc);
170 Loc = SM.getFileLoc(Loc);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 115 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc());
117 Callbacks->FileChanged(CurLexer->getFileLoc(),
505 if (CurLexer->getFileLoc() == CodeCompletionFileLoc)
511 Diag(CurLexer->getFileLoc(), diag::err_pp_through_header_not_seen)
PreprocessingRecord.cpp 87 return SM.isInFileID(SM.getFileLoc(Loc), FID);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.cpp 322 SourceLocation SpellLoc = SM.getFileLoc(Loc);
358 SourceLocation FileLoc = SM.getFileLoc(Loc);
CXIndexDataConsumer.cpp 160 Loc = getASTContext().getSourceManager().getFileLoc(Loc);
936 SourceLocation FileLoc = SM.getFileLoc(Loc);
1016 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
1109 Loc = SM.getFileLoc(Loc);
CIndex.cpp 248 FID = SM.getFileID(SM.getFileLoc(R.getBegin()));
249 if (FID != SM.getFileID(SM.getFileLoc(R.getEnd())))
266 SM.getFileLoc(RegionOfInterest.getBegin())),
268 SM.getFileLoc(RegionOfInterest.getEnd()));
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 119 static SourceLocation getFileLoc(unsigned ID) {
392 FullSourceLoc getFileLoc() const;
SourceManager.h 1117 return SourceLocation::getFileLoc(Entry->getOffset());
1125 return SourceLocation::getFileLoc(Entry->getOffset() +
1165 SourceLocation getFileLoc(SourceLocation Loc) const {
1225 return Entry->isFile() ? SourceLocation::getFileLoc(GlobalOffset)
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 174 /// getFileLoc - Return the File Location for the file we are lexing out of.
178 SourceLocation getFileLoc() const { return FileLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp 118 Loc = Loc.getFileLoc();
ASTUnit.cpp 1259 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation());
2404 SourceLocation FileLoc = SM.getFileLoc(Loc);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 5274 SourceLocation FileLoc = SM.getFileLoc(Loc);
ASTReader.cpp 6181 if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID))
7567 return Reader.getSourceManager().getFileLoc(

Completed in 42 milliseconds