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.
38 class PTHManager : public IdentifierInfoLookup {
74 /// PP - The Preprocessor object that will use this PTHManager to create
88 PTHManager(std::unique_ptr<const llvm::MemoryBuffer> buf,
95 PTHManager(const PTHManager &) = delete;
96 void operator=(const PTHManager &) = delete;
116 ~PTHManager() override;
130 /// Create - This method creates PTHManager objects. The 'file' argumen
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 20 #include "clang/Lex/PTHManager.h"
38 const unsigned char *ppcond, PTHManager &PM)
303 /// PTHFileLookup - This internal data structure is used by the PTHManager
346 class PTHManager::PTHFileLookupTrait : public PTHFileLookupCommonTrait {
369 class PTHManager::PTHStringLookupTrait {
413 // PTHManager methods.
416 PTHManager::PTHManager(
427 PTHManager::~PTHManager() {
    [all...]

Completed in 53 milliseconds