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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp406 clang::VarDecl *VD, bool InCompositeType,
410 if (InCompositeType) {
440 // InCompositeType - true if we are within an outer composite type.
451 bool InCompositeType,
467 if (VD && !ValidateRSObjectInVarDecl(Context, VD, InCompositeType,
573 InCompositeType, UnionDecl, TargetAPI,
582 InCompositeType &&
405 ValidateRSObjectInVarDecl(slang::RSContext *Context, clang::VarDecl *VD, bool InCompositeType, unsigned int TargetAPI) argument
444 ValidateTypeHelper( slang::RSContext *Context, clang::ASTContext &C, const clang::Type *&T, clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript) argument

Completed in 97 milliseconds