Searched defs:HeaderMap (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
H A DHeaderMap.h1 //===--- HeaderMap.h - A file that acts like dir of symlinks ----*- C++ -*-===//
10 // This file defines the HeaderMap interface.
33 class HeaderMap { class in namespace:clang
34 HeaderMap(const HeaderMap &) LLVM_DELETED_FUNCTION;
35 void operator=(const HeaderMap &) LLVM_DELETED_FUNCTION;
40 HeaderMap(const llvm::MemoryBuffer *File, bool BSwap) function in class:clang::HeaderMap
44 ~HeaderMap();
46 /// HeaderMap::Create - This attempts to load the specified file as a header
47 /// map. If it doesn't look like a HeaderMap, i
[all...]
/external/clang/lib/Lex/
H A DHeaderMap.cpp1 //===--- HeaderMap.cpp - A file that acts like dir of symlinks ------------===//
10 // This file implements the HeaderMap interface.
14 #include "clang/Lex/HeaderMap.h"
75 /// HeaderMap::Create - This attempts to load the specified file as a header
76 /// map. If it doesn't look like a HeaderMap, it gives up and returns null.
77 /// If it looks like a HeaderMap but is obviously corrupted, it puts a reason
79 const HeaderMap *HeaderMap::Create(const FileEntry *FE, FileManager &FM) {
106 return new HeaderMap(FileBuffer.release(), NeedsByteSwap);
109 HeaderMap
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.h279 typedef std::multimap<std::string, std::string, iless> HeaderMap; typedef in struct:rtc::HttpData
280 typedef HeaderMap::const_iterator const_iterator;
281 typedef HeaderMap::iterator iterator;
376 HeaderMap headers_;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 748 milliseconds