Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Found

1162 /// \brief If a header file is not found at the path that we expect it to be
1700 IdentifierInfo *Found;
1709 Found()
1727 M, This->Found);
1737 This->Found = *Pos;
1741 // \brief Retrieve the identifier info found within the module
1743 IdentifierInfo *getIdentifierInfo() const { return Found; }
2553 "MODULE_DIRECTORY found before MODULE_NAME");
3393 // verify that it is found in the same module map file as we saved. If the
3414 assert(M->Name == F.ModuleName && "found module with different name");
3419 assert(ModMap && "found module is missing module map file");
3458 // found in header search. Cases that match are already removed.
3484 bool Found = false;
3486 if (!Found) {
3488 Found = true;
4122 // Found it!
7244 /// \brief Retrieve the instance methods found by this visitor.
7249 /// \brief Retrieve the instance methods found by this visitor.
8525 bool Found = false;
8530 Found = true;
8534 if (Found)
8540 !Found && I != E; ++I) {
8546 Found = true;
8554 if (!Found) {