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.cpp4107 bool IsUnqual) { in Profile() argument
4109 ID.AddBoolean(IsUnqual); in Profile()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7915 bool IsUnqual = Tok.is(tok::kw_typeof_unqual); in ParseTypeofSpecifier() local
7951 if (DS.SetTypeSpecType(IsUnqual ? DeclSpec::TST_typeof_unqualType in ParseTypeofSpecifier()
7976 if (DS.SetTypeSpecType(IsUnqual ? DeclSpec::TST_typeof_unqualExpr in ParseTypeofSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5925 Expr *E, bool IsUnqual);