Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp412 static QualType getDesignatedType(QualType BaseType, const Designation &Desig);
420 Type = getDesignatedType(BaseType, D); in enterDesignatedInitializer()
5883 static QualType getDesignatedType(QualType BaseType, const Designation &Desig) { in getDesignatedType() function
5911 BaseType = getDesignatedType(BaseType, D); in CodeCompleteDesignator()