Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1344 CanQualType getAdjustedType(CanQualType Orig, CanQualType New) const { getAdjustedType() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3295 QualType ASTContext::getAdjustedType(QualType Orig, QualType New) const { getAdjustedType() function in ASTContext