Searched defs:PTHManager (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHManager.h1 //===--- PTHManager.h - Manager object for PTH processing -------*- C++ -*-===//
10 // This file defines the PTHManager interface.
36 class PTHManager : public IdentifierInfoLookup { class in namespace:clang
65 /// PP - The Preprocessor object that will use this PTHManager to create
79 PTHManager(const llvm::MemoryBuffer* buf, void* fileLookup,
85 PTHManager();
86 void operator=(const PTHManager&);
106 ~PTHManager();
120 /// Create - This method creates PTHManager objects. The 'file' argument
122 static PTHManager *Creat
[all...]
/external/clang/lib/Lex/
H A DPTHLexer.cpp22 #include "clang/Lex/PTHManager.h"
40 const unsigned char *ppcond, PTHManager &PM)
307 /// PTHFileLookup - This internal data structure is used by the PTHManager
413 // PTHManager methods.
416 PTHManager::PTHManager(const llvm::MemoryBuffer* buf, void* fileLookup, function in class:PTHManager
427 PTHManager::~PTHManager() {
438 PTHManager *PTHManager
[all...]

Completed in 417 milliseconds