Searched refs:Part2 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | cxx20-multiple-partitions.cpp | 28 export module A:Part2; 43 export import :Part2;
|
| H A D | search-partitions.cpp | 26 export module A:Part2; 41 export import :Part2;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Mangle.cpp | 245 P.Part1, P.Part2, P.Part3); in mangleMSGuidDecl()
|
| H A D | DeclCXX.cpp | 3310 PartVal.Part1, PartVal.Part2, PartVal.Part3); in printName() 3373 APVal.getStructField(1) = APValue(APSInt(APInt(16, PartVal.Part2), true)); in getAsAPValue()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4153 uint16_t Part2; member 4212 ID.AddInteger(P.Part2); in Profile()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 967 Record.push_back(Parts.Part2); in VisitMSGuidDecl()
|
| H A D | ASTReaderDecl.cpp | 1472 D->PartVal.Part2 = Record.readInt(); in VisitMSGuidDecl()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3024 llvm::ConstantInt::get(Int16Ty, Parts.Part2), in GetAddrOfMSGuidDecl()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 6792 StrRef.substr(9, 4).getAsInteger(16, Parsed.Part2); in handleUuidAttr()
|