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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp446 const clang::VarDecl *VD, bool InCompositeType,
450 if (InCompositeType) {
480 // InCompositeType - true if we are within an outer composite type.
493 bool InCompositeType,
510 if (VD && !ValidateRSObjectInVarDecl(Context, VD, InCompositeType,
612 if (InCompositeType && IsExtern) {
632 InCompositeType, UnionDecl, TargetAPI,
641 InCompositeType &&
445 ValidateRSObjectInVarDecl(slang::RSContext *Context, const clang::VarDecl *VD, bool InCompositeType, unsigned int TargetAPI) argument
486 ValidateTypeHelper( slang::RSContext *Context, clang::ASTContext &C, const clang::Type *&T, const clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript, bool IsExtern) argument

Completed in 22 milliseconds