Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DTransformFeedback.h39 GLuint getBufferName(GLuint index) const;
DTransformFeedback.cpp39 GLuint TransformFeedback::getBufferName(GLuint index) const in getBufferName() function in es2::TransformFeedback
DContext.cpp2448 *param = transformFeedback->getBufferName(index); in getTransformFeedbackiv()
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp65 assert(SM.getBufferName(HashLoc).startswith("<") && in InclusionDirective()
/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl35 const char* getBufferName (int value);
111 …int, 2> getBufferStr (int value) { return tcu::Format::Enum<int, 2>(getBufferName, value); }
DgluStrUtil.inl563 const char* getBufferName (int value) function
/external/clang/lib/Lex/
DPPLexerChange.cpp94 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
DPPDirectives.cpp271 (strcmp(SourceMgr.getBufferName(MacroNameLoc), "<built-in>") != 0)) { in CheckMacroName()
2101 if (strcmp(SourceMgr.getBufferName(Loc), "<built-in>") != 0) { in HandleIncludeMacrosDirective()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp81 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
DPPDirectives.cpp281 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName()
2357 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
/external/clang/include/clang/Basic/
DSourceManager.h1295 const char *getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp130 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0; in isInBuiltin()
DCodeGenModule.cpp1352 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1403 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp247 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
DCodeGenModule.cpp2385 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
/external/clang/lib/Basic/
DSourceManager.cpp1441 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1445 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp215 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()