Searched refs:SetBitIntType (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp943 bool DeclSpec::SetBitIntType(SourceLocation KWLoc, Expr *BitsExpr, function in class:DeclSpec
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h725 bool SetBitIntType(SourceLocation KWLoc, Expr *BitWidth,
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2260 DS.SetBitIntType(Loc, ER.get(), PrevSpec, DiagID, Policy);
H A DParseDecl.cpp4065 isInvalid = DS.SetBitIntType(Loc, ER.get(), PrevSpec, DiagID, Policy);

Completed in 292 milliseconds