HomeSort by: relevance | last modified time | path
    Searched defs:setContext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
YAMLTraits.cpp 47 void IO::setContext(void *Context) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 410 setContext(ContextStr, CState);
471 void setContext(StringRef ContextStr, ContextStateMask CState) {
884 void setContext(const SampleContext &FContext) { Context = FContext; }
  /src/external/mit/expat/dist/lib/
xmlparse.c 562 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
1198 /* hash functions must be initialized before setContext() is called */
1207 return setContext(parser, implicitContext);
1772 || ! setContext(parser, context)) {
1781 need to call setContext. In addition, one also *must* not call
1782 setContext, because this would overwrite existing prefix->binding
7283 * terminating NUL character, as part of setContext(). When
7289 * If the pool is used between the setContext() and
7357 setContext(XML_Parser parser, const XML_Char *context) {

Completed in 33 milliseconds