reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/BuiltinTypes.def
  246 BUILTIN_TYPE(OCLClkEvent, OCLClkEventTy)
tools/clang/lib/AST/ASTContext.cpp
 1347     InitBuiltinType(OCLClkEventTy, BuiltinType::OCLClkEvent);
tools/clang/lib/CodeGen/CGBuiltin.cpp
 3847       llvm::Type *EventTy = ConvertType(getContext().OCLClkEventTy);
tools/clang/lib/Sema/Sema.cpp
  277       addImplicitTypedef("clk_event_t", Context.OCLClkEventTy);
tools/clang/lib/Sema/SemaChecking.cpp
  720           << S.Context.getPointerType(S.Context.OCLClkEventTy);
  732           << S.Context.getPointerType(S.Context.OCLClkEventTy);
tools/clang/lib/Serialization/ASTReader.cpp
 7463       T = Context.OCLClkEventTy;