Home
last modified time | relevance | path

Searched refs:isStructureType (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h293 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isStructureType)
H A DType.h2034 bool isStructureType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp284 if (QT->isStructureType()) { in getFuchsiaHandleSymbols()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp382 if (!T->isClassType() && !T->isStructureType()) in maybeTailCall()
H A DSemaExprCXX.cpp4792 return T->isClassType() || T->isStructureType() || T->isInterfaceType(); in EvaluateUnaryTypeTrait()
H A DSemaDecl.cpp2254 if (!PT->isStructureType()) in MergeTypedefNameDecl()
13088 if (!var->getType()->isStructureType() && var->hasInit() && in CheckCompleteVariableDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp563 bool Type::isStructureType() const { in isStructureType() function in Type