Home
last modified time | relevance | path

Searched refs:isCLike (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp127 if (!CXXRec->isCLike()) { in getSymbolInfo()
184 if (!CXXRec->isCLike()) in getSymbolInfo()
346 if (!CXXRec->isCLike()) in getSymbolInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1179 bool isCLike() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1592 bool CXXRecordDecl::isCLike() const { in isCLike() function in CXXRecordDecl
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp451 if (!CXXRD->isCLike()) in canExpandIndirectArgument()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19226 CXXRecord->isCLike(); in ActOnFields()