Searched defs:getAdjustedType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 1390 CanQualType getAdjustedType(CanQualType Orig, CanQualType New) const { getAdjustedType() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 3388 QualType ASTContext::getAdjustedType(QualType Orig, QualType New) const { getAdjustedType() function in ASTContext |