Home
last modified time | relevance | path

Searched refs:FileLookup (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Lex/
DPTHLexer.cpp418 : Buf(buf), PerIDCache(perIDCache), FileLookup(fileLookup), in PTHManager()
425 delete (PTHFileLookup*) FileLookup; in ~PTHManager()
594 PTHFileLookup& PFL = *((PTHFileLookup*)FileLookup); in CreateLexer()
713 return new PTHStatCache(*((PTHFileLookup*) FileLookup)); in createStatCache()
/external/clang/include/clang/Lex/
DPTHManager.h51 void* FileLookup; variable