Home
last modified time | relevance | path

Searched refs:KeyFunctionDef (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp13527 const FunctionDecl *KeyFunctionDef = nullptr; in DefineUsedVTables() local
13529 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
13530 KeyFunctionDef->isInlined())) in DefineUsedVTables()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp17305 const FunctionDecl *KeyFunctionDef = nullptr; in DefineUsedVTables() local
17306 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
17307 KeyFunctionDef->isInlined())) { in DefineUsedVTables()