HomeSort by relevance Sort by last modified time
    Searched defs:SM (Results 101 - 125 of 146) sorted by null

1 2 3 45 6

  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp 122 SourceManager &SM = CGM.getContext().getSourceManager();
124 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
255 SourceManager &SM = CGM.getContext().getSourceManager();
256 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
288 SourceManager &SM = CGM.getContext().getSourceManager();
289 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
302 SourceManager &SM = CGM.getContext().getSourceManager();
303 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
329 SourceManager &SM = CGM.getContext().getSourceManager();
339 if (const FileEntry *MainFile = SM.getFileEntryForID(SM.getMainFileID()))
    [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 145 const SourceManager &SM, const LangOptions &langOpts)
146 : Lexer(SM.getLocForStartOfFile(FID), langOpts, FromFile->getBufferStart(),
168 SourceManager &SM = PP.getSourceManager();
171 FileID SpellingFID = SM.getFileID(SpellingLoc);
172 const llvm::MemoryBuffer *InputFile = SM.getBuffer(SpellingFID);
178 const char *StrData = SM.getCharacterData(SpellingLoc);
186 L->FileLoc = SM.createExpansionLoc(SM.getLocForStartOfFile(SpellingFID),
287 const SourceManager &SM,
291 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc)
    [all...]
PPDirectives.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 44 SourceManager &SM = PP.getSourceManager();
45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation());
47 return FirstEnd == SM.getSpellingLoc(Second.getLocation());
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 263 Scanner(StringRef Input, SourceMgr &SM);
274 SM.PrintMessage(Loc, Kind, Message, Ranges);
472 SourceMgr &SM;
549 SourceMgr SM;
550 Scanner scanner(Input, SM);
630 llvm::SourceMgr SM;
631 llvm::yaml::Scanner scanner(Input, SM);
705 Scanner::Scanner(StringRef Input, SourceMgr &sm) : SM(sm) {
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp 865 std::list<ShadowMap>::iterator SM, SMEnd = ShadowMaps.end();
867 for (SM = ShadowMaps.begin(); SM != SMEnd; ++SM) {
869 ShadowMap::iterator NamePos = SM->find(R.Declaration->getDeclName());
870 if (NamePos != SM->end()) {
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 554 static void CompactPathDiagnostic(PathPieces &path, const SourceManager& SM);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 68 SourceManager *SM;
676 SM = &Context->getSourceManager();
706 MainFileID = SM->getMainFileID();
707 const llvm::MemoryBuffer *MainBuf = SM->getBuffer(MainFileID);
726 Loc = SM->getExpansionLoc(Loc);
    [all...]
RewriteObjC.cpp 68 SourceManager *SM;
602 SM = &Context->getSourceManager();
632 MainFileID = SM->getMainFileID();
633 const llvm::MemoryBuffer *MainBuf = SM->getBuffer(MainFileID);
652 Loc = SM->getExpansionLoc(Loc);
722 if (SM->isWrittenInMainFile(Loc))
731 SourceLocation LocStart = SM->getLocForStartOfFile(MainFileID);
732 StringRef MainBuf = SM->getBufferData(MainFileID);
773 const char *startBuf = SM->getCharacterData(startLoc);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 106 static RangeComparisonResult RangeCompare(SourceManager &SM,
112 SM.isBeforeInTranslationUnit(R1.getEnd(), R2.getBegin()))
115 SM.isBeforeInTranslationUnit(R2.getEnd(), R1.getBegin()))
122 static RangeComparisonResult LocationCompare(SourceManager &SM,
128 if (SM.isBeforeInTranslationUnit(L, R.getBegin()))
130 if (SM.isBeforeInTranslationUnit(R.getEnd(), L))
141 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
147 if (EndLoc.isValid() && EndLoc.isMacroID() && !SM.isMacroArgExpansion(EndLoc))
148 EndLoc = SM.getExpansionRange(EndLoc).second;
150 unsigned Length = Lexer::MeasureTokenLength(SM.getSpellingLoc(EndLoc)
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 281 milliseconds

1 2 3 45 6