HomeSort by: relevance | last modified time | path
    Searched refs:OCLSamplerTy (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1039 CanQualType OCLSamplerTy, OCLEventTy, OCLClkEventTy;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 302 addImplicitTypedef("sampler_t", Context.OCLSamplerTy);
SemaInit.cpp 8821 CurInit = S.ImpCastExprToType(Init, S.Context.OCLSamplerTy,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1421 InitBuiltinType(OCLSamplerTy, BuiltinType::OCLSampler);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7012 T = Context.OCLSamplerTy;

Completed in 45 milliseconds