Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2124 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2127 bool IsAppleKext) const { in getDevirtualizedMethod() argument
2129 Base, IsAppleKext); in getDevirtualizedMethod()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2290 bool IsAppleKext) { in getDevirtualizedMethod() argument
2295 if (IsAppleKext) in getDevirtualizedMethod()
H A DVTableBuilder.cpp1639 bool IsAppleKext = Context.getLangOpts().AppleKext; in LayoutVTable() local
1640 if (IsAppleKext) in LayoutVTable()