Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3934 bool IsUnqual) { in Profile() argument
3936 ID.AddBoolean(IsUnqual); in Profile()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8318 bool IsUnqual = Tok.is(tok::kw_typeof_unqual); in ParseTypeofSpecifier() local
8354 if (DS.SetTypeSpecType(IsUnqual ? DeclSpec::TST_typeof_unqualType in ParseTypeofSpecifier()
8379 if (DS.SetTypeSpecType(IsUnqual ? DeclSpec::TST_typeof_unqualExpr in ParseTypeofSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5713 Expr *E, bool IsUnqual);