Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2041 CXXMethodDecl *getDevirtualizedMethod(const Expr *Base, bool IsAppleKext);
2044 bool IsAppleKext) const { in getDevirtualizedMethod() argument
2046 Base, IsAppleKext); in getDevirtualizedMethod()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2220 bool IsAppleKext) { in getDevirtualizedMethod() argument
2225 if (IsAppleKext) in getDevirtualizedMethod()
H A DVTableBuilder.cpp1632 bool IsAppleKext = Context.getLangOpts().AppleKext; in LayoutVTable() local
1633 if (IsAppleKext) in LayoutVTable()