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.h2195 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2198 bool IsAppleKext) const { in getDevirtualizedMethod() argument
2200 Base, IsAppleKext); in getDevirtualizedMethod()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1683 bool IsAppleKext = Context.getLangOpts().AppleKext; in LayoutVTable() local
1684 if (IsAppleKext) in LayoutVTable()
H A DDeclCXX.cpp2500 bool IsAppleKext) { in getDevirtualizedMethod() argument
2505 if (IsAppleKext) in getDevirtualizedMethod()