Searched refs:getSourceManager (Results 1 - 25 of 170) sorted by last modified time

1234567

/external/llvm/include/llvm/MC/
H A DMCContext.h184 const SourceMgr *getSourceManager() const { return SrcMgr; } function in class:llvm::MCContext
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h85 virtual SourceMgr &getSourceManager() = 0;
H A DMCAsmParserExtension.h57 SourceMgr &getSourceManager() { return getParser().getSourceManager(); } function in class:llvm::MCAsmParserExtension
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp199 SourceMgr &getSourceManager() override { return SrcMgr; }
1315 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(),
H A DDarwinAsmParser.cpp653 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc);
654 *OS << getSourceManager().getBufferInfo(CurBuf).Buffer->getBufferIdentifier()
655 << ":" << getSourceManager().FindLineNumber(IDLoc, CurBuf) << ":"
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h67 getSourceManager();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp353 m_compiler->getSourceManager(),
393 m_compiler->getSourceManager().createMainFileIDForMemBuffer (memory_buffer);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp383 *getSourceManager(),
449 ClangASTContext::getSourceManager() function in class:ClangASTContext
/external/clang/lib/Sema/
H A DSemaExpr.cpp225 bool DowngradeWarning = S.getSourceManager().isInMainFile(Loc);
1461 return Lexer::AdvanceToTokenCharacter(TokLoc, Offset, S.getSourceManager(),
5273 !getSourceManager().isInSystemMacro(LParenLoc))
8382 Loc, Lexer::getLocForEndOfToken(Loc, 0, getSourceManager(),
8391 0, getSourceManager(),
H A DSemaExprCXX.cpp619 !getSourceManager().isInSystemHeader(OpLoc))
1447 getSourceManager().isInSystemHeader(OperatorNew->getLocStart()))) {
H A DSemaExprObjC.cpp1061 !getSourceManager().isInSystemHeader(Method->getLocation())) {
2931 Context.getSourceManager().isInSystemHeader(var->getLocation())) {
3064 SourceManager &SM = S.getSourceManager();
3082 SourceManager &SM = S.getSourceManager();
H A DSemaFixItUtils.cpp168 return Macro && Macro->findDirectiveAtLoc(Loc, S.getSourceManager());
H A DSemaInit.cpp4341 S.getSourceManager().isInSystemHeader(Init->getExprLoc());
H A DSemaObjCProperty.cpp279 SourceManager &SM = Context.getSourceManager();
H A DSemaStmt.cpp3187 !getSourceManager().isInSystemHeader(TryLoc))
H A DSemaTemplateInstantiateDecl.cpp269 SemaRef.getSourceManager().isInSystemHeader(D->getLocStart()))
H A DSemaType.cpp2028 getSourceManager().isBeforeInTranslationUnit(QualLoc, Loc))
3128 BeforeThanCompare<SourceLocation>(S.getSourceManager()));
4051 AttrLoc = S.getSourceManager().getImmediateExpansionRange(AttrLoc).first;
4140 S.getSourceManager().getExpansionLoc(AttrLoc),
/external/clang/lib/Serialization/
H A DASTReader.cpp1867 SourceManager &SrcMgr = Reader.getSourceManager();
2114 SourceManager &SM = getSourceManager();
4841 return Reader.getSourceManager().isBeforeInTranslationUnit(LHS, RHS);
4846 return Reader.getSourceManager().isBeforeInTranslationUnit(LHS, RHS);
4851 return Reader.getSourceManager().isBeforeInTranslationUnit(LHS, RHS);
6273 return Reader.getSourceManager().isBeforeInTranslationUnit(LHS, RHS);
6278 return Reader.getSourceManager().isBeforeInTranslationUnit(LHS, RHS);
6283 return Reader.getSourceManager().isBeforeInTranslationUnit(LHS, RHS);
6287 return Reader.getSourceManager().getFileLoc(
6297 SourceManager &SM = getSourceManager();
[all...]
H A DASTWriter.cpp1170 = Context.getSourceManager().getFileManager().getFileSystemOptions();
1237 SourceManager &SM = Context.getSourceManager();
1733 = Content->getBuffer(PP.getDiagnostics(), PP.getSourceManager());
1746 = Content->getBuffer(PP.getDiagnostics(), PP.getSourceManager());
1906 if (PP.getSourceManager().getFileID(Loc) == PP.getPredefinesFileID())
2254 SourceManager &SrcMgr = PP->getSourceManager();
2504 = ModMap.inferModuleFromLocation(FullSourceLoc(Loc,PP->getSourceManager()));
4356 WriteSourceManagerBlock(Context.getSourceManager(), PP, isysroot);
4904 SourceManager &SM = Context->getSourceManager();
H A DASTWriterDecl.cpp1895 SourceManager &SM = Context.getSourceManager();
H A DASTWriterStmt.cpp1943 = DeclIDs.begin()->first->getASTContext().getSourceManager();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp45 const SourceManager &SM = B.getSourceManager();
H A DCStringSyntaxChecker.cpp145 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
H A DCheckObjCDealloc.cpp167 PathDiagnosticLocation::createBegin(D, BR.getSourceManager());
259 PathDiagnosticLocation::createBegin(I, BR.getSourceManager());
H A DCheckObjCInstMethSignature.cpp71 BR.getSourceManager());

Completed in 1554 milliseconds

1234567