Searched refs:getBufferName (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | TransformFeedback.h | 39 GLuint getBufferName(GLuint index) const;
|
D | TransformFeedback.cpp | 39 GLuint TransformFeedback::getBufferName(GLuint index) const in getBufferName() function in es2::TransformFeedback
|
D | Context.cpp | 2448 *param = transformFeedback->getBufferName(index); in getTransformFeedbackiv()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Headers.cpp | 65 assert(SM.getBufferName(HashLoc).startswith("<") && in InclusionDirective()
|
/external/deqp/framework/opengl/ |
D | gluStrUtilPrototypes.inl | 35 const char* getBufferName (int value); 111 …int, 2> getBufferStr (int value) { return tcu::Format::Enum<int, 2>(getBufferName, value); }
|
D | gluStrUtil.inl | 563 const char* getBufferName (int value) function
|
/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 94 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
|
D | PPDirectives.cpp | 271 (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/ |
D | PPLexerChange.cpp | 81 << std::string(SourceMgr.getBufferName(FileStart)) << ""; in EnterSourceFile()
|
D | PPDirectives.cpp | 281 (SourceMgr.getBufferName(MacroNameLoc) != "<built-in>")) { in CheckMacroName() 2357 if (SourceMgr.getBufferName(Loc) != "<built-in>") { in HandleIncludeMacrosDirective()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1295 const char *getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 130 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0; in isInBuiltin()
|
D | CodeGenModule.cpp | 1352 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | SourceManager.h | 1403 StringRef getBufferName(SourceLocation Loc, bool *Invalid = nullptr) const;
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 247 return SM.getBufferName(SM.getSpellingLoc(Loc)) == "<built-in>"; in isInBuiltin()
|
D | CodeGenModule.cpp | 2385 return EmitAnnotationString(SM.getBufferName(Loc)); in EmitAnnotationUnit()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1441 const char *SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
|
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 1445 StringRef SourceManager::getBufferName(SourceLocation Loc, in getBufferName() function in SourceManager
|
/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 215 StringRef ActualFile = SM.getBufferName(Loc); in writeBareSourceLocation()
|