Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp441 static QualType getDesignatedType(QualType BaseType, const Designation &Desig);
449 Type = getDesignatedType(BaseType, D); in enterDesignatedInitializer()
6550 static QualType getDesignatedType(QualType BaseType, const Designation &Desig) { in getDesignatedType() function
6577 BaseType = getDesignatedType(BaseType, D); in CodeCompleteDesignator()