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

  /external/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 190 const char *MappedName;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
197 this->MappedName = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
DirectoryLookup.h 174 /// \param [out] MappedName if this is a headermap which maps the filename to
185 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 283 SmallVectorImpl<char> &MappedName) const {
325 MappedName.clear();
326 MappedName.append(Dest.begin(), Dest.end());
327 Filename = StringRef(MappedName.begin(), MappedName.size());
702 if (CacheLookup.MappedName)
703 Filename = CacheLookup.MappedName;
711 SmallString<64> MappedName;
720 MappedName);
722 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 85 milliseconds