HomeSort by relevance Sort by last modified time
    Searched defs:PTHManager (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PTHManager.h 1 //===--- PTHManager.h - Manager object for PTH processing -------*- C++ -*-===//
10 // This file defines the PTHManager interface.
36 class PTHManager : public IdentifierInfoLookup {
65 /// PP - The Preprocessor object that will use this PTHManager to create
79 PTHManager(const llvm::MemoryBuffer* buf, void* fileLookup,
84 PTHManager(const PTHManager &) LLVM_DELETED_FUNCTION;
85 void operator=(const PTHManager &) LLVM_DELETED_FUNCTION;
105 ~PTHManager();
119 /// Create - This method creates PTHManager objects. The 'file' argumen
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 21 #include "clang/Lex/PTHManager.h"
39 const unsigned char *ppcond, PTHManager &PM)
303 /// PTHFileLookup - This internal data structure is used by the PTHManager
409 // PTHManager methods.
412 PTHManager::PTHManager(const llvm::MemoryBuffer* buf, void* fileLookup,
423 PTHManager::~PTHManager() {
434 PTHManager *PTHManager::Create(const std::string &file
    [all...]

Completed in 21 milliseconds