Home
last modified time | relevance | path

Searched refs:SetTypePipe (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp876 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() function in DeclSpec
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h703 bool SetTypePipe(bool isPipe, SourceLocation Loc,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp4114 isInvalid = DS.SetTypePipe(true, Loc, PrevSpec, DiagID, Policy); in ParseDeclarationSpecifiers()