HomeSort by: relevance | last modified time | path
    Searched refs:RepresentationMethod (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 810 LangOptions::PragmaMSPointersToMembersKind RepresentationMethod =
814 Actions.ActOnPragmaMSPointersToMembers(RepresentationMethod, PragmaLoc);
2446 LangOptions::PragmaMSPointersToMembersKind RepresentationMethod;
2448 RepresentationMethod = LangOptions::PPTMK_BestCase;
2466 RepresentationMethod = LangOptions::PPTMK_FullGeneralityVirtualInheritance;
2476 RepresentationMethod =
2479 RepresentationMethod =
2482 RepresentationMethod =
2513 reinterpret_cast<void *>(static_cast<uintptr_t>(RepresentationMethod)));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 527 LangOptions::PragmaMSPointersToMembersKind RepresentationMethod,
529 MSPointerToMemberRepresentationMethod = RepresentationMethod;

Completed in 29 milliseconds