HomeSort by relevance Sort by last modified time
    Searched refs:DeserializedMacroInfoChain (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 460 struct DeserializedMacroInfoChain {
464 DeserializedMacroInfoChain *Next;
466 DeserializedMacroInfoChain *DeserialMIChainHead;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 158 while (DeserializedMacroInfoChain *I = DeserialMIChainHead) {
160 I->~DeserializedMacroInfoChain();
PPDirectives.cpp 53 DeserializedMacroInfoChain *MIChain =
54 BP.Allocate<DeserializedMacroInfoChain>();
    [all...]

Completed in 49 milliseconds