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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2006 /// \param IsAppleKext True if we are compiling for Apple kext.
2007 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2010 bool IsAppleKext) const {
2012 Base, IsAppleKext);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2217 bool IsAppleKext) {
2222 if (IsAppleKext)
VTableBuilder.cpp 1632 bool IsAppleKext = Context.getLangOpts().AppleKext;
1633 if (IsAppleKext)

Completed in 23 milliseconds