HomeSort by relevance Sort by last modified time
    Searched refs:AllChildren (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Tooling/
FileMatchTrie.cpp 119 std::vector<StringRef> AllChildren;
120 getAll(AllChildren, MatchingChild);
122 for (unsigned i = 0; i < AllChildren.size(); i++) {
123 if (Comparator.equivalent(AllChildren[i], FileName)) {
125 Result = AllChildren[i];
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvCfg.c 541 @param[in] AllChildren TRUE to configure all children, FALSE otherwise.
556 IN BOOLEAN AllChildren,
587 if (ChildHandle == NULL && AllChildren) {
881 if (ChildHandle == NULL && !AllChildren) {
    [all...]

Completed in 882 milliseconds