Home
last modified time | relevance | path

Searched refs:getExtQualType (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h850 QualType getExtQualType(const Type *Base, Qualifiers Quals) const;
1479 return getExtQualType(Ptr, Qc); in getQualifiedType()
1486 return getExtQualType(T, Qs); in getQualifiedType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp1999 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() function in ASTContext
2017 canon = getExtQualType(canonSplit.Ty, canonSplit.Quals); in getExtQualType()
2045 return getExtQualType(TypeNode, Quals); in getAddrSpaceQualType()
2073 return getExtQualType(TypeNode, Quals); in getObjCGCQualType()