Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp438 static QualType getDesignatedType(QualType BaseType, const Designation &Desig);
446 Type = getDesignatedType(BaseType, D); in enterDesignatedInitializer()
6503 static QualType getDesignatedType(QualType BaseType, const Designation &Desig) { in getDesignatedType() function
6531 BaseType = getDesignatedType(BaseType, D); in CodeCompleteDesignator()