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 171 /// \param [out] MappedName if this is a headermap which maps the filename to
181 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /external/clang/lib/Lex/
HeaderSearch.cpp 282 SmallVectorImpl<char> &MappedName) const {
324 MappedName.clear();
325 MappedName.append(Dest.begin(), Dest.end());
326 Filename = StringRef(MappedName.begin(), MappedName.size());
700 if (CacheLookup.MappedName)
701 Filename = CacheLookup.MappedName;
709 SmallString<64> MappedName;
718 MappedName);
720 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 250 milliseconds