Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPPLexerChange.cpp93 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
DPPDirectives.cpp1757 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h1265 const char *getBufferName(SourceLocation Loc, bool *Invalid = 0) const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DSourceManager.cpp1477 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp1066 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()