Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp884 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() function in DeclSpec
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h722 bool SetTypePipe(bool isPipe, SourceLocation Loc,
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp4192 isInvalid = DS.SetTypePipe(true, Loc, PrevSpec, DiagID, Policy); in ParseDeclarationSpecifiers()