Home
last modified time | relevance | path

Searched refs:getBufferName (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Lex/
DPPLexerChange.cpp93 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
DPPDirectives.cpp1575 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
/external/clang/include/clang/Basic/
DSourceManager.h1162 const char *getBufferName(SourceLocation Loc, bool *Invalid = 0) const;
/external/clang/lib/Basic/
DSourceManager.cpp1338 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
/external/clang/lib/CodeGen/
DCodeGenModule.cpp778 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()