HomeSort by relevance Sort by last modified time
    Searched refs:RecordType (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 564 if (const RecordType *RTy = dyn_cast<RecordType>(PointeeTy)) {
    [all...]
CGCall.cpp 422 } else if (const RecordType *RT = type->getAs<RecordType>()) {
476 } else if (const RecordType *RT = Ty->getAs<RecordType>()) {
    [all...]
CGException.cpp 444 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) {
    [all...]
CGExpr.cpp 330 = cast<CXXRecordDecl>(E->getType()->getAs<RecordType>()->getDecl());
375 if (const RecordType *RT = E->getType()->getAs<RecordType>()) {
758 if (const RecordType *RT = dyn_cast<RecordType>(type))
    [all...]
CodeGenFunction.cpp 741 if (const RecordType *RT = Ty->getAs<RecordType>()) {
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp 186 const RecordType *RT = PT->getPointeeType()->getAs<RecordType>();
260 /// \brief Checks that the passed in QualType either is of RecordType or points
261 /// to RecordType. Returns the relevant RecordType, null if it does not exit.
262 static const RecordType *getRecordType(QualType QT) {
263 if (const RecordType *RT = QT->getAs<RecordType>())
268 return PT->getPointeeType()->getAs<RecordType>();
273 /// \brief Thread Safety Analysis: Checks that the passed in RecordType
    [all...]
Sema.cpp 279 if (const RecordType *RecordTy = T->getAs<RecordType>())
    [all...]
SemaLookup.cpp 538 if (const RecordType *RecordTy
539 = Context.getTypeDeclType(Class)->getAs<RecordType>())
    [all...]
SemaTemplateDeduction.cpp 463 const RecordType *RecordArg = dyn_cast<RecordType>(Arg);
    [all...]
SemaDecl.cpp     [all...]
SemaPseudoObject.cpp 872 const RecordType *RecordTy = T->getAs<RecordType>();
    [all...]
SemaType.cpp     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 837 const clang::RecordType *RT = T->getAsStructureType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 142 if (const RecordType *RT = T->getAsStructureType()) {
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
DumpXML.cpp 1002 if (const RecordType *RT = T->getAs<RecordType>())
ExprConstant.cpp     [all...]
StmtDumper.cpp 353 cast<CXXRecordDecl>(Base->getType()->getAs<RecordType>()->getDecl());
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 923 if (const RecordType *RT = Ty->getAs<RecordType>()) {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 139 } else if (const RecordType *RT = T->getAs<RecordType>()) {
    [all...]

Completed in 761 milliseconds

1 23 4 5