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

  /external/clang/include/clang/Lex/
Preprocessor.h 644 struct DeserializedMacroInfoChain {
648 DeserializedMacroInfoChain *Next;
650 DeserializedMacroInfoChain *DeserialMIChainHead;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 644 struct DeserializedMacroInfoChain {
648 DeserializedMacroInfoChain *Next;
650 DeserializedMacroInfoChain *DeserialMIChainHead;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 644 struct DeserializedMacroInfoChain {
648 DeserializedMacroInfoChain *Next;
650 DeserializedMacroInfoChain *DeserialMIChainHead;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 162 while (DeserializedMacroInfoChain *I = DeserialMIChainHead) {
164 I->~DeserializedMacroInfoChain();
    [all...]
PPDirectives.cpp 58 DeserializedMacroInfoChain *MIChain =
59 BP.Allocate<DeserializedMacroInfoChain>();
    [all...]

Completed in 59 milliseconds