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

  /gdk/sources/llvm-ndk-cc/
Compiler.cpp 108 mSourceMgr.reset(new clang::SourceManager(*mDiagnostics, *mFileMgr));
118 *mSourceMgr,
142 *mSourceMgr,
205 mSourceMgr->clearIDTables();
210 mSourceMgr->createMainFileIDForMemBuffer(SB);
212 if (mSourceMgr->getMainFileID().isInvalid()) {
222 mSourceMgr->clearIDTables();
226 mSourceMgr->createMainFileID(File);
228 if (mSourceMgr->getMainFileID().isInvalid()) {
Compiler.h 122 llvm::OwningPtr<clang::SourceManager> mSourceMgr;
  /frameworks/compile/slang/
slang.cpp 197 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr));
210 *mSourceMgr,
240 *mSourceMgr,
294 mSourceMgr->clearIDTables();
299 mSourceMgr->createMainFileIDForMemBuffer(SB);
301 if (mSourceMgr->getMainFileID().isInvalid()) {
311 mSourceMgr->clearIDTables();
315 mSourceMgr->createMainFileID(File);
317 if (mSourceMgr->getMainFileID().isInvalid()) {
slang_rs_backend.h 46 clang::SourceManager &mSourceMgr;
slang.h 105 llvm::OwningPtr<clang::SourceManager> mSourceMgr;
148 clang::SourceManager &getSourceManager() { return *mSourceMgr; }
slang_rs_backend.cpp 59 mSourceMgr(SourceMgr),
74 !SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr)) {
92 if (!SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr))
94 clang::FullSourceLoc(FD->getLocation(), mSourceMgr),
164 mSourceMgr.getLocForEndOfFile(mSourceMgr.getMainFileID()),

Completed in 89 milliseconds