Searched refs:getBufferName (Results 1 – 7 of 7) sorted by relevance
35 const char* getBufferName (int value);109 …int, 2> getBufferStr (int value) { return tcu::Format::Enum<int, 2>(getBufferName, value); }
562 const char* getBufferName (int value) function
93 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
198 (strcmp(SourceMgr.getBufferName(MacroNameLoc), "<built-in>") != 0)) { in CheckMacroName()1861 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
1258 const char *getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
1426 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
1175 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()