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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp441 const clang::VarDecl *VD, bool InCompositeType,
445 if (InCompositeType) {
475 // InCompositeType - true if we are within an outer composite type.
488 bool InCompositeType,
505 if (VD && !ValidateRSObjectInVarDecl(Context, VD, InCompositeType,
608 if (InCompositeType && IsExtern) {
628 InCompositeType, UnionDecl, TargetAPI,
637 InCompositeType &&
440 ValidateRSObjectInVarDecl(slang::RSContext *Context, const clang::VarDecl *VD, bool InCompositeType, unsigned int TargetAPI) argument
481 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 53 milliseconds