Home
last modified time | relevance | path

Searched refs:hasKeyFunctions (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h206 bool hasKeyFunctions() const { in hasKeyFunctions() function
/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp567 bool ABIHasKeyFunctions = CGM.getTarget().getCXXABI().hasKeyFunctions(); in maybeEmitThunk()
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3418 if (!getTargetInfo().getCXXABI().hasKeyFunctions()) in getASTRecordLayout()
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18709 if (Context.getTargetInfo().getCXXABI().hasKeyFunctions() && in checkThisInStaticMemberFunctionExceptionSpec()