Searched refs:getBufferName (Results 1 – 8 of 8) sorted by relevance
35 const char* getBufferName (int value);110 …int, 2> getBufferStr (int value) { return tcu::Format::Enum<int, 2>(getBufferName, value); }
562 const char* getBufferName (int value) function
94 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
188 (strcmp(SourceMgr.getBufferName(MacroNameLoc), "<built-in>") != 0)) { in CheckMacroName()1892 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
1287 const char *getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
128 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0; in isInBuiltin()
1299 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
1434 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager