Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl32 const char* getBufferName (int value);
103 inline tcu::Format::Enum getBufferStr (int value) { return tcu::Format::Enum(getBufferName, …
DgluStrUtil.inl518 const char* getBufferName (int value) function
/external/clang/lib/Lex/
DPPLexerChange.cpp93 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
DPPDirectives.cpp1764 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
/external/clang/include/clang/Basic/
DSourceManager.h1262 const char *getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/external/clang/lib/Basic/
DSourceManager.cpp1435 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1113 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()