Home
last modified time | relevance | path

Searched refs:TypeSpecifiersPipe (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h52 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enum
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp921 TypeSpecPipe = static_cast<unsigned>(TypeSpecifiersPipe::Pipe); in SetTypePipe()