Lines Matching defs:be
216 /// While in a CompleteTagDeclsScope, every decl that could be completed will
217 /// be completed at the end of the scope (including all Decls that are
221 /// List of declarations in the target context that need to be completed.
222 /// Every declaration should only be completed once and therefore should only
223 /// be once in this list.
254 // The decl that should be completed has to be imported into the target
300 // Queue this type to be completed.
531 /// integral offest, which will be copies
535 /// be copied into \ref destination_map.
547 // fields be imported in field offset order. Since they are stored in a
549 // iterate over the map, as the order will be non-deterministic. Instead we
587 be = (IsVirtual ? record->vbases_end() : record->bases_end());
588 bi != be; ++bi) {
725 be = parser_cxx_record->bases_end();
726 bi != be; ++bi) {
1166 // target but would create a second declaration that would then be defined.
1282 // Some decls shouldn't be tracked here because they were not created by
1290 // Can also be a ClangASTSourceProxy.