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 554 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
1087 /* hash functions must be initialized before setContext() is called */
1094 return setContext(parser, implicitContext);
1580 || ! setContext(parser, context)) {
1589 need to call setContext. In addition, one also *must* not call
1590 setContext, because this would overwrite existing prefix->binding
6966 * terminating NUL character, as part of setContext(). When
6972 * If the pool is used between the setContext() and
7040 setContext(XML_Parser parser, const XML_Char *context) {

Completed in 31 milliseconds