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

  /external/clang/include/clang/Lex/
DirectoryLookup.h 169 /// \param [out] MappedName if this is a headermap which maps the filename to
178 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 202 const char *MappedName;
205 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
209 this->MappedName = nullptr;
  /external/clang/lib/Lex/
HeaderSearch.cpp 281 SmallVectorImpl<char> &MappedName) const {
322 MappedName.clear();
323 MappedName.append(Dest.begin(), Dest.end());
324 Filename = StringRef(MappedName.begin(), MappedName.size());
706 if (CacheLookup.MappedName)
707 Filename = CacheLookup.MappedName;
715 SmallString<64> MappedName;
724 HasBeenMapped, MappedName);
726 CacheLookup.MappedName
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 346 typedef NTSTATUS (NTAPI LSA_AUDIT_ACCOUNT_LOGON)(ULONG AuditId,BOOLEAN Success,PUNICODE_STRING Source,PUNICODE_STRING ClientName,PUNICODE_STRING MappedName,NTSTATUS Status);
    [all...]

Completed in 505 milliseconds