Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp277 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
640 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4844 bool IsStruct = Ty->isStructTy(); in parseFunctionBody() local
4891 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp3340 auto IsStruct = [](std::initializer_list<MatcherRef> Fields) { in isValidStructGUID() local
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3896 TEST_P(ASTMatchersTest, IsStruct) { in TEST_P() argument