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

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

Completed in 3430 milliseconds