Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1328 CanQualType getAdjustedType(CanQualType Orig, CanQualType New) const { in getAdjustedType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3334 QualType ASTContext::getAdjustedType(QualType Orig, QualType New) const { in getAdjustedType() function in ASTContext