Home
last modified time | relevance | path

Searched defs:IsStruct (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DCrtpConstructorAccessibilityCheck.cpp142 const bool IsStruct = CRTPDeclaration->isStruct(); in check() local
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp280 BTFTypeStruct(const DICompositeType * STy,bool IsStruct,bool HasBitField,uint32_t Vlen) BTFTypeStruct() argument
662 visitStructType(const DICompositeType * CTy,bool IsStruct,uint32_t & TypeId) visitStructType() argument
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3464 auto IsStruct = [](std::initializer_list<MatcherRef> Fields) { isValidStructGUID() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5226 bool IsStruct = Ty->isStructTy(); parseFunctionBody() local
5273 bool IsStruct = CurTy->isStructTy(); parseFunctionBody() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp4042 TEST_P(ASTMatchersTest,IsStruct) TEST_P() argument