• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/

Lines Matching refs:identifier

651       // FIXME: Check whether this identifier was referenced anywhere in the
908 /// Whether the given identifier is "interesting".
951 // Build the IdentifierInfo and link the identifier ID with it.
963 // the reader that we've finished loading this identifier.
976 assert(Bits == 0 && "Extra bits in the identifier?");
981 if (HasRevertedTokenIDToIdentifier && II->getTokenID() != tok::identifier)
994 // If this identifier is a macro, deserialize the macro
1738 unsigned NextIndex = 1; // Skip identifier ID.
2050 // Retrieve the identifier info found within the module
2058 // Note that we are loading an identifier.
2066 // provably do not have any results for this identifier.
2088 // Update the generation for this identifier.
4309 // Mark this identifier as being from an AST file so that we can track
4313 // Associate the ID with the identifier so that the writer can reuse it.
4339 // Mark all of the identifiers in the identifier table as being out of date,
4341 // identifier is used.
5997 // Decode the identifier info and then check again; if the macro is
5998 // still defined and associated with the identifier,
7164 // the identifier instead. (For C++ modules, we don't store decls
7165 // in the serialized identifier table, so we do the lookup in the TU.)
7167 assert(II && "non-identifier name in C?");
7756 " %u / %u identifier table lookups succeeded (%f%%)\n",
7794 dumpModuleIDMap("Global identifier map", GlobalIdentifierMap);
7829 // still get added to the identifier's declaration chains.
7942 // Note that we are loading an identifier.
7949 // We don't need to do identifier table lookups in C++ modules (we preload
7952 // a complete initial identifier table if we're carrying on from a PCH.
7959 // provably do not have any results for this identifier.
7978 /// An identifier-lookup iterator that enumerates all of the
7988 /// The current position within the identifier lookup table
7992 /// The end position within the identifier lookup table of
8400 assert(ID && "Non-zero identifier ID required");
8401 assert(ID <= IdentifiersLoaded.size() && "identifier ID out of range");
8408 /// identifier.
8435 // translation unit scope and identifier's declaration chain
8450 // and add it to the declaration chain for this identifier, so
8461 Error("no identifier table in AST file");
8468 assert(I != GlobalIdentifierMap.end() && "Corrupted global identifier map");
8505 && "Invalid index into identifier index remap");
9056 /// Retrieve the identifier table associated with the