Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19365 bool Sema::EntirelyFunctionPointers(const RecordDecl *Record) { in EntirelyFunctionPointers() function in Sema
19393 if (Record->isStruct() && EntirelyFunctionPointers(Record)) in EntirelyFunctionPointers()
19769 EntirelyFunctionPointers(Record)))) { in ActOnFields()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6522 bool EntirelyFunctionPointers(const RecordDecl *Record);