HomeSort by relevance Sort by last modified time
    Searched refs:getFileLoc (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Basic/
SanitizerBlacklist.cpp 44 isBlacklistedFile(SM.getFilename(SM.getFileLoc(Loc)), Category);
SourceManager.cpp     [all...]
  /external/clang/tools/libclang/
CXSourceLocation.cpp 336 SourceLocation SpellLoc = SM.getFileLoc(Loc);
373 SourceLocation FileLoc = SM.getFileLoc(Loc);
IndexingContext.cpp 716 SourceLocation FileLoc = SM.getFileLoc(Loc);
796 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc));
892 Loc = SM.getFileLoc(Loc);
    [all...]
CIndex.cpp 239 FID = SM.getFileID(SM.getFileLoc(R.getBegin()));
240 if (FID != SM.getFileID(SM.getFileLoc(R.getEnd())))
257 Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())),
258 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd()));
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 128 SourceMgr.getFileCharacteristic(CurLexer->getFileLoc());
130 Callbacks->FileChanged(CurLexer->getFileLoc(),
451 if (CurLexer->getFileLoc() == CodeCompletionFileLoc)
PreprocessingRecord.cpp 77 return SM.isInFileID(SM.getFileLoc(Loc), FID);
PPDirectives.cpp 319 if (CurLexer->getFileLoc() != CodeCompletionFileLoc)
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 117 static SourceLocation getFileLoc(unsigned ID) {
SourceManager.h     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 130 /// getFileLoc - Return the File Location for the file we are lexing out of.
134 SourceLocation getFileLoc() const { return FileLoc; }
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 157 Loc = SM->getFileLoc(Loc);
ASTUnit.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 512 milliseconds