Searched defs:OutermostType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp4897 true /*OutermostType*/,
5216 bool OutermostType,
5272 if (OutermostType && T.isConstQualified()) {
5276 } else if (OutermostType) {
5394 FD, /*OutermostType*/false,
5415 FD, false /* OutermostType */, EncodingProperty,
5424 false /* OutermostType */, EncodingProperty,
5712 /*OutermostType*/false,
5212 getObjCEncodingForTypeImpl(QualType T, std::string& S, bool ExpandPointedToStructures, bool ExpandStructures, const FieldDecl *FD, bool OutermostType, bool EncodingProperty, bool StructField, bool EncodeBlockParameters, bool EncodeClassNames, bool EncodePointerToObjCTypedef) const argument

Completed in 2454 milliseconds