HomeSort by relevance Sort by last modified time
    Searched full:includealiases (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
HeaderSearch.h 202 /// IncludeAliases - maps include file names (including the quotes or
207 OwningPtr<IncludeAliasMap> IncludeAliases;
282 return IncludeAliases.isValid();
290 if (!IncludeAliases)
291 IncludeAliases.reset(new IncludeAliasMap);
292 (*IncludeAliases)[Source] = Dest;
300 assert(IncludeAliases && "Trying to map headers when there's no map");
303 IncludeAliasMap::const_iterator Iter = IncludeAliases->find(Source);
304 if (Iter != IncludeAliases->end())
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 109 * aliases from the named schema will be removed if the flag <code>includeAliases</code>
133 * @param includeAliases Option flag to control the deletion:
139 boolean doAllProperties, boolean includeAliases) throws XMPException
141 XMPUtilsImpl.removeProperties(xmp, schemaNS, propName, doAllProperties, includeAliases);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 403 * @param includeAliases
409 boolean doAllProperties, boolean includeAliases) throws XMPException
463 if (includeAliases)
    [all...]

Completed in 354 milliseconds