Searched refs:setContext (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp26 IO.setContext(&DWARF);
41 IO.setContext(&oldContext);
87 IO.setContext(&Section);
95 IO.setContext(OldContext);
H A DMachOYAML.cpp102 IO.setContext(&Object);
118 IO.setContext(nullptr);
141 IO.setContext(&UniversalBinary);
149 IO.setContext(nullptr);
H A DWasmYAML.cpp38 IO.setContext(&Object);
42 IO.setContext(nullptr);
H A DCOFFYAML.cpp497 IO.setContext(static_cast<void *>(&H));
H A DELFYAML.cpp1575 IO.setContext(&Object);
1582 IO.setContext(nullptr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp47 void IO::setContext(void *Context) { function in class:IO
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp179 In.setContext(&In);
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c451 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
854 /* hash functions must be initialized before setContext() is called */
861 return setContext(parser, implicitContext);
1286 || ! setContext(parser, context)) {
1295 need to call setContext. In addition, one also *must* not call
1296 setContext, because this would overwrite existing prefix->binding
5902 * terminating NUL character, as part of setContext(). When
5908 * If the pool is used between the setContext() and
5976 setContext(XML_Parser parser, const XML_Char *context) { function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1172 Input.setContext(Style);

Completed in 182 milliseconds