Home
last modified time | relevance | path

Searched refs:Unqualified (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6022 Kind == TypeOfKind::Unqualified); in getTypeOfExprType()
10713 bool Unqualified) { in mergeTransparentUnionType() argument
10719 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()
10733 bool Unqualified) { in mergeFunctionParameterTypes() argument
10738 Unqualified); in mergeFunctionParameterTypes()
10743 Unqualified); in mergeFunctionParameterTypes()
10747 return mergeTypes(lhs, rhs, OfBlockPointer, Unqualified); in mergeFunctionParameterTypes()
10751 bool OfBlockPointer, bool Unqualified, in mergeFunctionTypes() argument
10766 bool UnqualifiedResult = Unqualified; in mergeFunctionTypes()
10773 Unqualified); in mergeFunctionTypes()
[all …]
H A DType.cpp3908 Kind == TypeOfKind::Unqualified && !Can.isNull() in TypeOfExprType()
3925 return getKind() == TypeOfKind::Unqualified in desugar()
3942 Kind == TypeOfKind::Unqualified in TypeOfType()
3952 return getKind() == TypeOfKind::Unqualified in desugar()
H A DTypePrinter.cpp1215 OS << (T->getKind() == TypeOfKind::Unqualified ? "typeof_unqual " in printTypeOfExprBefore()
1226 OS << (T->getKind() == TypeOfKind::Unqualified ? "typeof_unqual(" in printTypeOfBefore()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2931 bool Unqualified = false);
2990 bool Unqualified = false, bool BlockReturnType = false,
2993 bool Unqualified = false, bool AllowCXX = false,
2997 bool Unqualified = false);
3000 bool Unqualified = false);
H A DType.h924 Unqualified,
5709 getKind() == TypeOfKind::Unqualified);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1239 ? TypeOfKind::Unqualified in ConvertDeclSpecToType()
1249 ? TypeOfKind::Unqualified in ConvertDeclSpecToType()
9362 << (Kind == TypeOfKind::Unqualified ? 3 : 2); in BuildTypeofExprType()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2610 bool Unqualified, bool DeductionGuide = false,