Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2138 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2141 bool IsAppleKext) const { in getDevirtualizedMethod() argument
2143 Base, IsAppleKext); in getDevirtualizedMethod()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2332 bool IsAppleKext) { in getDevirtualizedMethod() argument
2337 if (IsAppleKext) in getDevirtualizedMethod()
H A DVTableBuilder.cpp1681 bool IsAppleKext = Context.getLangOpts().AppleKext; in LayoutVTable() local
1682 if (IsAppleKext) in LayoutVTable()