OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasUniqueObjectRepresentations
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
2608
if (!Context.
hasUniqueObjectRepresentations
(Field->getType()))
2671
!Context.
hasUniqueObjectRepresentations
(Field->getType()))
2695
bool ASTContext::
hasUniqueObjectRepresentations
(QualType Ty) const {
2717
return
hasUniqueObjectRepresentations
(getBaseElementType(Ty));
ASTContext.cpp
2608
if (!Context.
hasUniqueObjectRepresentations
(Field->getType()))
2671
!Context.
hasUniqueObjectRepresentations
(Field->getType()))
2695
bool ASTContext::
hasUniqueObjectRepresentations
(QualType Ty) const {
2717
return
hasUniqueObjectRepresentations
(getBaseElementType(Ty));
Completed in 64 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026