Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDIndexSymbol.cpp126 if (!CXXRec->isCLike()) { in getSymbolInfo()
183 if (!CXXRec->isCLike()) in getSymbolInfo()
340 if (!CXXRec->isCLike()) in getSymbolInfo()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h1088 bool isCLike() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp1386 bool CXXRecordDecl::isCLike() const { in isCLike() function in CXXRecordDecl
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp1363 if (!CXXRD->isCLike()) in canExpandIndirectArgument()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp16901 CXXRecord->isCLike(); in ActOnFields()