Home
last modified time | relevance | path

Searched defs:getAdjustedType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DASTContext.h1390 CanQualType getAdjustedType(CanQualType Orig, CanQualType New) const { getAdjustedType() function
/llvm-project/clang/lib/AST/
H A DASTContext.cpp3388 QualType ASTContext::getAdjustedType(QualType Orig, QualType New) const { getAdjustedType() function in ASTContext