Home
last modified time | relevance | path

Searched refs:ECDVector (Results 1 – 16 of 16) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp17374 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
17375 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
17377 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
17429 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
17442 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp17374 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
17375 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
17377 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
17429 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
17442 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp17020 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
17021 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
17023 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
17075 auto Vec = llvm::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
17088 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp16538 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
16539 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
16541 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
16593 auto Vec = llvm::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
16606 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp16434 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
16435 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
16437 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
16489 auto Vec = llvm::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
16502 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaDecl.cpp18122 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
18123 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
18125 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
18179 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
18192 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaDecl.cpp17838 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
17839 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
17841 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
17895 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
17908 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp17888 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
17889 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
17891 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
17945 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
17958 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaDecl.cpp17958 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
17959 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
17961 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
18015 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
18028 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp17771 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
17772 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
17774 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
17828 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
17841 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp18062 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
18063 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
18065 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
18119 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
18132 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp18062 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
18063 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
18065 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
18119 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
18132 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18062 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
18063 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
18065 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
18119 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
18132 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp17888 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
17889 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
17891 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
17945 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
17958 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp18062 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
18063 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
18065 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
18119 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
18132 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaDecl.cpp18062 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
18063 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
18065 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
18119 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
18132 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()