Home
last modified time | relevance | path

Searched refs:IsAppleKext (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2007 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2010 bool IsAppleKext) const { in getDevirtualizedMethod() argument
2012 Base, IsAppleKext); in getDevirtualizedMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2217 bool IsAppleKext) { in getDevirtualizedMethod() argument
2222 if (IsAppleKext) in getDevirtualizedMethod()
H A DVTableBuilder.cpp1632 bool IsAppleKext = Context.getLangOpts().AppleKext; in LayoutVTable() local
1633 if (IsAppleKext) in LayoutVTable()