Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7227 bool Unqualified) { in mergeTransparentUnionType() argument
7233 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()
7247 bool Unqualified) { in mergeFunctionParameterTypes() argument
7252 Unqualified); in mergeFunctionParameterTypes()
7257 Unqualified); in mergeFunctionParameterTypes()
7261 return mergeTypes(lhs, rhs, OfBlockPointer, Unqualified); in mergeFunctionParameterTypes()
7266 bool Unqualified) { in mergeFunctionTypes() argument
7279 bool UnqualifiedResult = Unqualified; in mergeFunctionTypes()
7286 Unqualified); in mergeFunctionTypes()
7289 if (Unqualified) in mergeFunctionTypes()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h2157 bool Unqualified = false, bool BlockReturnType = false);
2159 bool Unqualified = false);
2162 bool Unqualified = false);
2165 bool Unqualified = false);
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1897 bool isConstructorDeclarator(bool Unqualified);