Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl35 const char* getBufferName (int value);
109 …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.cpp93 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
DPPDirectives.cpp198 (strcmp(SourceMgr.getBufferName(MacroNameLoc), "<built-in>") != 0)) { in CheckMacroName()
1861 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
/external/clang/include/clang/Basic/
DSourceManager.h1258 const char *getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/external/clang/lib/Basic/
DSourceManager.cpp1426 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1175 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()