Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl35 const char* getBufferName (int value);
110 …int, 2> getBufferStr (int value) { return tcu::Format::Enum<int, 2>(getBufferName, value); }
DgluStrUtil.inl562 const char* getBufferName (int value) function
/external/clang/lib/Lex/
DPPLexerChange.cpp94 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
DPPDirectives.cpp188 (strcmp(SourceMgr.getBufferName(MacroNameLoc), "<built-in>") != 0)) { in CheckMacroName()
1892 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
/external/clang/include/clang/Basic/
DSourceManager.h1287 const char *getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp128 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0; in isInBuiltin()
DCodeGenModule.cpp1299 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
/external/clang/lib/Basic/
DSourceManager.cpp1434 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager